Hi All, I am trying to get Asterisk up and running on my new Mandrake 9.1 install. I've installed Linux in the "standard" mandrake security mode, and "su" to do my attempts at install.
I managed to obtain the source from CVS, and have been able to compile Zaptel. I then ran insmod zaptel, and also make config. I think I have compiled and loaded Zaptel successfully as if I try and insmod it again, I get: [EMAIL PROTECTED] libpri]# insmod zaptel Using /lib/modules/2.4.21-0.13mdk/misc/zaptel.o insmod: a module named zaptel already exists After a reboot, I attempted to compile LibPri, but I get the error below. Can anyone point me in the right direction? I've tried to repeat the procedure from scratch, checked that I have ncurses, sox, linux source code, openSSL development libraries I need installed. I've re-connected to CVS and gotten the source again, but I get the same results. I'd appreciate any pointers that you may be able to give me as I don't really know where else to look. Thanks, Mike ----- [EMAIL PROTECTED] libpri]# make install cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o pri.o pri.c cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o q921.o q921.c cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o prisched.o prisched.c cc -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -c -o q931.o q931.c ar rcs libpri.a pri.o q921.o prisched.o q931.o ranlib libpri.a cc -fPIC -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -o pri.lo -c pri.c cc -fPIC -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -o q921.lo -c q921.c cc -fPIC -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -o prisched.lo -c prisched.c cc -fPIC -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -o q931.lo -c q931.c cc -shared -Wl,-soname,libpri.so.1 -o libpri.so.1.0 pri.lo q921.lo prisched.lo q931.lo /sbin/ldconfig -n . ln -sf libpri.so.1 libpri.so mkdir -p /usr/lib mkdir -p /usr/include install -m 644 libpri.h /usr/include install -m 755 libpri.so.1.0 /usr/lib ( cd /usr/lib ; ln -sf libpri.so.1 libpri.so ) install -m 644 libpri.a /usr/lib /sbin/ldconfig [EMAIL PROTECTED] libpri]# _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
