So as with many I am trying to get my Slack PC up as a webserver.
Going through with no issues, I have compiled from source: MySQL, APACHE and PHP5. However with PHP5 I am not able to get libphp5.so created.
I have tried the php5.1.1 ...tar.gz as well as the bz2 release. And nothing.
Is there any one that may have dealt with this yet, or anyone no of a resolution?
The steps I took where:
Downloaded source from PHP.net
Code:
./configure --prefix=/usr/local/php --with-mysql \
--with-apxs2=/usr/local/apache2/bin/apxs
make
make install
I also tried begining the process with a make clean and still nothing.
I'm sure you can do it now with a simple one line command, I just don't know it off hand. Is anyone aware if I can make the library seperate??
Perhaps updating the gcc c++ compiler?
I am not sure of what actions to take .., I have recompiled several times via the instructions located in less INSTALL.
trying:
Code:
./configure --enable-so
make
make installand then
Code:
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
make
make install
running out of options and ideas.