Hi, On 26.07.2014 15:42, lux-integ wrote: > On Saturday 26 July 2014 07:53:29 lux-integ wrote: >> ##################### >> kBuild: Linking tstRTAvl >> /home/linteg/OUTvbox/linux.amd64/release/bin/VBoxRT.so: undefined reference >> to `crypt_r@GLIBC_2.2.5' >> collect2: error: ld returned 1 exit status >> kmk: *** >> ############# > > I fixed the problem I had a link named libcrypt to another program > erroneously named libcryptXX somewhere in the filesystem
Was about to point out that crypt_r is NOT related to openssl at all, it's extended libc functionality, not libcrypto/libssl. Good that you sorted this out as a system specific library misconfig. Klaus _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
