View Single Post
Old 23rd November 2009, 10:32   #42  |  Link
prolinux
Registered User
 
Join Date: Nov 2009
Posts: 8
Quote:
Originally Posted by nm View Post
Ah, I forgot -lcrypto. You need both -lssl and -lcrypto, as cRTrn13 said previously.
still the same
...
Code:
libavutil/libavutil.a libpostproc/libpostproc.a libswscale/libswscale.a -lcrypto -lssl -ffast-math   -lncurses -lsmbclient -lpng -lz -lmng -lz -ljpeg -lungif -lasound   -lfreetype -lfontconfig  -lz -lbz2 -L/usr/local/lib -lbluray   -rdynamic  -lm  -lXext -lX11 -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -lSDL -lpthread
/usr/local/lib/libbluray.so: undefined reference to `BN_bn2bin@OPENSSL_0.9.8'
/usr/local/lib/libbluray.so: undefined reference to `EC_KEY_get0_group@OPENSSL_0.9.8'
this is my smal build script:
Code:
make clean
./configure --prefix=/usr --enable-bluray --extra-ldflags="-lcrypto -lssl"
make
prolinux is offline   Reply With Quote