Hi! I trying to compile cybercash support as a module but am almost at the point of pulling my hair out! :mad: (I'm using Redhat 7.3 PHP 4.1.2). I've downloaded the
corresponding php source and done the following:
cd ext/cybercach
phpize
aclocal: macro AC_ADD_LIBPATH' defined in acinclude.m4 but never used
aclocal: macroAC_ADD_LIBRARY_WITH_PATH' defined in acinclude.m4 but
never used
aclocal: macro AC_ADD_LIBRARY' defined in acinclude.m4 but never used
aclocal: macroAC_ADD_INCLUDE' defined in acinclude.m4 but never used
configure --with-cybercash=<path> --enable-shared
creating cache ./config.cache
checking for gcc... gcc
(.....)
checking for CyberCash support... yes
(.....)
checking whether to build shared libraries... yes
(....)
creating ./config.status
creating config.h
make
(no errors)
But, there is no shared library created. The .libs directory contains
libcybercash.al libcybercash.la
(the second is just a link to the first)
and the modules directory is completely empty!
I must be missing something but I can't figure out what it is. This method works perfectly for other modules. Any help would be greatly appreciated.
Thanks!
-Dave