dalearyous
Senior member
when i do configure i receive no errors
then i do make and get this:
anyone have any idea how to fix this?
i have waisted all morning on this and cannot find a solution!
Code:
./configure
then i do make and get this:
Code:
[root@hostname pubcookie-3.3.4a]# make
./config.status
config.status: creating Makefile
config.status: creating src/pbc_path.h
config.status: creating src/pbc_version.h
config.status: creating cgic/Makefile
config.status: creating src/Win32/PubCookieFilter.h
config.status: creating src/Win32/PubCookieFilter.rc
config.status: creating stamp-h
config.status: creating module/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/keyclient.c -o src/keyclient.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/libpubcookie.c -o src/libpubcookie.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/base64.c -o src/base64.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/strlcpy.c -o src/strlcpy.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/pbc_myconfig.c -o src/pbc_myconfig.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/security_legacy.c -o src/security_legacy.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/pbc_logging.c -o src/pbc_logging.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/capture_cmd_output.c -o src/capture_cmd_output.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/pbc_configure.c -o src/pbc_configure.o
gcc -c -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER
-I./src src/pbc_time.c -o src/pbc_time.o
gcc -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -DLOGIN_SERVER -I./src
-o keyclient ./src/keyclient.o ./src/libpubcookie.o ./src/base64.o
./src/strlcpy.o ./src/pbc_myconfig.o ./src/security_legacy.o
./src/pbc_logging.o ./src/capture_cmd_output.o ./src/pbc_configure.o
./src/pbc_time.o -L/usr/lib/gcc/i686-redhat-linux/4.4.6 -lssl -lcrypto
-ldl -lnsl -lgcc -lssl -lcrypto -ldl -lnsl -lgcc
(cd module; make)
make[1]: Entering directory `/var/pubcookie-3.3.4a/module'
make[1]: *** No rule to make target `all-recursive', needed by `all'.
Stop.
make[1]: Leaving directory `/var/pubcookie-3.3.4a/module'
make: *** [apache_module] Error 2
anyone have any idea how to fix this?
i have waisted all morning on this and cannot find a solution!