Hi, I think that `make install` should do the trick. IT should install libaries to default location (/usr/lib, as I recall correctly) and create all appropriate symlinks. Recent Linux does not require ldconfig to be run after every library install, so you're doing something wrong here. May be you're missing correct symlinks - run `ldd <your_program>` and see to which library name it actually links. Usually it is something like 'libsipXtapi.so.1', so you should create symlink /usr/lib/libsipXtapi.so.1 to your sipXtapi.so.
-- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
