search for: default_libpath

Displaying 4 results from an estimated 4 matches for "default_libpath".

2005 Jul 10
0
[RESOLVED, in 'findssl.sh'] Re: openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
...e/openssl/opensslv.h /usr/local/ssl/include/openssl/opensslv.h its finding /usr/local/ssl/include/openssl/opensslv.h where it should ... just 'late' in the result. as it's not immediately clear to me how to CHANGE that locate result search path ... iiuc, it seems that the env var DEFAULT_LIBPATH may be the key ... so, setting: setenv DEFAULT_LIBPATH "(stuff):/usr/local/ssl/lib:( ... before ...):/usr/lib:(... more stuff ...)" to override findssl.sh's 'internal': # # Set default library paths if not already set # DEFAULT_LIBPATH=/usr/lib:/usr/local/lib and ch...
2003 Jun 22
2
Problem with Configure
I try to set up openssh-3.6.1p2 on a baox and get: Script started on Sun Jun 22 07:55:36 2003 gallifrey.nk.ca//usr/source/openssh-3.6.1p2$ cat /usr/contrib/bin/configssh ./configure --prefix=/usr/contrib --localstatedir=/var --infodir=/usr/share/info\ --mandir=/usr/share/man --with-low-memory --with-elf --with-ncurses\ --with-ssl=/usr/source/openssl-engine-0.9.7g\
2006 Jul 05
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...g the versions of OpenSSL. - "sh -x findssl" complains about no "locate" variable in the PATH. # sh -x findssl.sh CC=gcc STATIC=-static + trap rm -f conftest.c INT HUP TERM + rm -f findssl.log + cat #include <stdio.h> int main(){printf("0x%08xL\n", SSLeay());} DEFAULT_LIBPATH=/usr/lib:/usr/local/lib LIBPATH=/usr/lib:/usr/local/lib LD_LIBRARY_PATH=/usr/lib:/usr/local/lib LIBRARY_PATH=/usr/lib:/usr/local/lib + export LIBPATH LD_LIBRARY_PATH LIBRARY_PATH + echo Searching for OpenSSL header files. Searching for OpenSSL header files. + which locate + [ -x no locate in /usr/s...
2006 Jul 05
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...g the versions of OpenSSL. - "sh -x findssl" complains about no "locate" variable in the PATH. # sh -x findssl.sh CC=gcc STATIC=-static + trap rm -f conftest.c INT HUP TERM + rm -f findssl.log + cat #include <stdio.h> int main(){printf("0x%08xL\n", SSLeay());} DEFAULT_LIBPATH=/usr/lib:/usr/local/lib LIBPATH=/usr/lib:/usr/local/lib LD_LIBRARY_PATH=/usr/lib:/usr/local/lib LIBRARY_PATH=/usr/lib:/usr/local/lib + export LIBPATH LD_LIBRARY_PATH LIBRARY_PATH + echo Searching for OpenSSL header files. Searching for OpenSSL header files. + which locate + [ -x no locate in /usr/s...