View previous topic :: View next topic |
Author |
Message |
mordred n00b


Joined: 30 Mar 2004 Posts: 55
|
Posted: Tue Feb 22, 2005 11:52 pm Post subject: PHP 4.3 will not emerge |
|
|
Hi all,
I'm currently trying to install and setup Apache/Mysql/PHP.
The two first emerged fine and their respective services are running right now.
Yet, when I run:
USE=" mssql -freedts" emerge php -av
I get:
[1mConfiguring extensions[m
checking for OpenSSL support... yes
checking for pkg-config... /usr/bin/pkg-config
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... /usr
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... yes
checking for BZ2_bzerror in -lbz2... yes
checking whether to enable calendar conversion support... yes
checking for cpdflib support... no
checking for CRACKlib support... yes
checking whether to enable ctype functions... yes
checking for CURL support... yes
checking for cURL 7.9.8 or greater... libcurl 7.12.0
checking for curl_easy_perform in -lcurl... no
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/php-4.3.10/work/php-4.3.10/config.log
...done!
>>> emerge (1 of 1) dev-php/php-4.3.10 to /
>>> md5 src_uri php-4.3.10.tar.bz2
>>> md5 src_uri php-4.3.6-includepath.diff
sucks to be me..... _________________ "I am a humanist"
Al Pacino |
|
Back to top |
|
 |
lookinin Guru

Joined: 21 Jan 2005 Posts: 486
|
Posted: Tue Feb 22, 2005 11:56 pm Post subject: |
|
|
Quote: | USE=" mssql -freedts" emerge php -av |
you sure you wanted to emerge php? mod_php is the apache module... and did you want mssql? or mysql?
Code: | # USE="mysql -freedts" emerge curl mod_php |
|
|
Back to top |
|
 |
mordred n00b


Joined: 30 Mar 2004 Posts: 55
|
Posted: Wed Feb 23, 2005 12:03 am Post subject: |
|
|
hum hum,
I guess I'm just following a setup guide from gentoo wiki so, I'm basically following instructions....
I know this sounds akward but I a world class NOOB with this stuff.
What would be your advice to setup a small config allowing me to run (after learning it) mysql databases with html/php interfaces?
Thx _________________ "I am a humanist"
Al Pacino |
|
Back to top |
|
 |
lookinin Guru

Joined: 21 Jan 2005 Posts: 486
|
Posted: Wed Feb 23, 2005 12:06 am Post subject: |
|
|
The gentoo-wiki guide should be correct ... can you post a link to the page your using? I think you were on the right track - you had the mysql use flag set and all, just tried to emerge php instead of mod_php. It's a common mistake.  |
|
Back to top |
|
 |
mordred n00b


Joined: 30 Mar 2004 Posts: 55
|
Posted: Wed Feb 23, 2005 12:09 am Post subject: |
|
|
I'll try with mod_php right now!
here's the link to the guide:
http://gentoo-wiki.com/HOWTO_Apache2_with_PHP_MySQL
PS=emerge is running right now: lets wait and see _________________ "I am a humanist"
Al Pacino |
|
Back to top |
|
 |
lookinin Guru

Joined: 21 Jan 2005 Posts: 486
|
Posted: Wed Feb 23, 2005 12:12 am Post subject: |
|
|
Ah, I see, the guide shows you to install the cgi/cli php as well... to do that step if you need it for some reason, try to remerge curl and that should get rid of your error, if not, post the config.log file /var/tmp/portage/php-4.3.10/work/php-4.3.10/config.log |
|
Back to top |
|
 |
mordred n00b


Joined: 30 Mar 2004 Posts: 55
|
Posted: Wed Feb 23, 2005 12:23 am Post subject: |
|
|
First, I'd really like to thank you for your support!!!
I'm currently emerging mod_php and reemerging curl.
Curl is finished and mod_php is currently compiling.....yep...it just finished compiling successfully!!!!!
GREAT!
Ok, no lets test it! (while praying of course:wink: )
Once again, thanks!!!! _________________ "I am a humanist"
Al Pacino |
|
Back to top |
|
 |
|