Hi All,
After I ruined my openssl0.9.8 I managed to restore it, however when I compile apache now, I get error below, I hope someone has encountered the same problem and knows a solution. Much help is appreciated. The OS I have is Debian..
I tried compiling apache 2.2.11 with custombuild version 1.2, on one server it worked like a charm but on the other (after problems with openssl) it doesn't compile anymore..
Thanks for any help..
After I ruined my openssl0.9.8 I managed to restore it, however when I compile apache now, I get error below, I hope someone has encountered the same problem and knows a solution. Much help is appreciated. The OS I have is Debian..
I tried compiling apache 2.2.11 with custombuild version 1.2, on one server it worked like a charm but on the other (after problems with openssl) it doesn't compile anymore..
Thanks for any help..
Code:
/usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -I/usr/local/include -L/usr/local/lib -o htpasswd htpasswd.lo -lm -L/usr/local/lib -lpcre /usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr-util/libaprutil-1.la /usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr/libapr-1.la -lrt -lpthread -ldl
.libs/htpasswd.o: In function `mkrecord':
/usr/local/directadmin/custombuild/httpd-2.2.11/support/htpasswd.c:213: undefined reference to `crypt'
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.11/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.11/support'
make: *** [all-recursive] Error 1
*** The make has failed, do you want to try to make again? (y,n):
n
Last edited: