Thread: linking against newly build package
newbie - think right forum - apologies if not , please point me right one.
in ubuntu 10.4 have prebuilt package openssl 0.9.8k (just updated). downloaded equivalent source launchpad , rebuilt (because wanted use "no-asm -dpurify") , installed default locations.
application calls openssl directly through libcurl. linking preinstalled libcurl package new openssl binaries produces numerous errors libcurl of form:
libcurl.so: undefined reference `engine_get_id@openssl_0.9.8'
methods referenced in new binary.
i've tried "gcc -wl,-rpath" approach point linker @ new libs (as -l of course).
haven't built ubuntu packages source before perhaps i'm missing fundamental?
thanks
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Packaging and Compiling Programs linking against newly build package
Ubuntu
Comments
Post a Comment