Hello I was wondering if this could be added in the backports package:
http://www.psybnc.info/
Unrotunately I couldn't compile it...
Hello I was wondering if this could be added in the backports package:
http://www.psybnc.info/
Unrotunately I couldn't compile it...
That would be nice. I also could not get it to run, needed ncurses and no ammount of installing helped.
Just install ncurses-dev and it should compile fine, just did it yesterday (on pure debian though).
For me it just dosn't workCode:jim@jim-desktop:~/Desktop/psybnc$ sudo apt-get install ncurses-dev Reading package lists... Done Building dependency tree... Done Note, selecting libncurses5-dev instead of ncurses-dev libncurses5-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. jim@jim-desktop:~/Desktop/psybnc$ make menuconfig Initializing Menu-Configuration[*] Running Conversion Tool for older psyBNC Data. Using existent configuration File.[*] Running Autoconfig. System: Linux Socket Libs: Internal. Environment: Internal. Time-Headers: in time.h and sys/time.h Byte order: Big Endian. IPv6-Support: Yes. async-DNS-Support: No, using blocking DNS. SSL-Support: No openssl found. Get openssl at www.openssl.org Creating Makefile[*] Creating Menu, please wait. This needs the ncurses library. If it is not available, menuconf wont work. If you are using curses, use make menuconfig-curses instead. make: *** [menuconfig] Error 1
opened new thread for my problem here since this is off topic.
Last edited by woofcat; August 23rd, 2006 at 08:56 PM.
I would also LOVE to see a properly-compiled PsyBNC in the repos. See my post here regarding the glibc problem: http://ubuntuforums.org/showthread.php?t=471811
That being said, this will probably allow you to use make menuconfig and compile it (with warning mentioned in post linked to above):
Code:sudo apt-get install build-essential libssl-dev ncurses-base ncurses-bin ncurses-term libncurses5 libncurses5-dev
Bookmarks