Link to home
Start Free TrialLog in
Avatar of sam0ne
sam0ne

asked on

./configure --with-pfpro=shared,/usr/local/pfpro => httpd start => [FAILED]

i tried to install php4.2 with pfpro for verisign support and mysql, apxs support. but it does not work, though i do not get installation error. pfpro_init(); does not work after complete installation and restarting apache.

if i do not configure php using shared option, it crashes apache.

currently my apache running with php, but is not supporting pfpro from Verisign. (gives error as it could not find pfpro_init();)

my current configure options were

./configure --with-mysql --with-apxs --with-pfpro=shared,/usr/local/pfpro

where pfpro in /usr/local/ contains pfpro SDK 3.0

Does NE1 have NE idea, how to get pfpro with php+apache working. is there any alternative to run pfpro on linux+apache.

ASKER CERTIFIED SOLUTION
Avatar of mauzyj
mauzyj

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial