Okay, I'm stumped. I started out installing Zen Cart on my
PHP development server (MDK9.2). Zen Cart is a PHP app.
Zen Cart wants lib-curl. The PHP installation under MDK9.2
doesn't include CURL. The docs for lib-curl say you have
to rebuild PHP with the config option --with-curl=
.
So I install php-devel from the MDK CDROM set, and look
in /usr/src/php-devel. There is no config file. So I go find
php433 at php.net (the version that comes with MDK9.2),
download and build:
gunzip etc.etc.
./config --with-curl=/usr
make
make install
It all seems to work ok. (NOTE- I uninstalled php before staring.)
Then I bring up the browser and run phpinfo(), and it still doesn't
show CURL as an installed library. Apparently no change.
What am I missing here?
--Phil M.
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss