Compile Problem II
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compile Problem II
<=== src/modules/standard
<=== src/modules
gcc -c -I./os/unix -I./include -I/usr/local/include -funsigned-char -DAPA
CHE_
SSL `./apaci` modules.c
gcc -c -I./os/unix -I./include -I/usr/local/include -funsigned-char -DAPA
CHE_
SSL `./apaci` buildmark.c
gcc -funsigned-char -DAPACHE_SSL `./apaci` -o httpsd buildmark.o
modules.o
modules/ssl/libssl.a modules/standard/libstandard.a main/libmain.a
./os/unix
/libos.a ap/libap.a -lcrypt -L/usr/local/lib -lssl -lcrypto
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
# ls src/modules/ssl
Makefile apache_ssl.c gcache.c gcacheclient.o libssl.a
Makefile.libdir apache_ssl.o gcache.o gcachecommon.c
Makefile.tmpl gcache gcacheclient.c gcachecommon.o
I fixed the first error, by adding Makefile.libdir to the src/modules/ssl
directory as suggested. Now why is it failing when building the httpsd
file.
Scot