Re: PHP for MySQL question

2006-03-02 Thread Robert Uzzi
Forwarding to the list.

 A quick google make's me think aclocal is part of automake and I
 actually
 found several versions on my system. Check your system and if one is not
 installed that could be the problem. I would have thought it would have
 been installed as a dependency by something along the way.

 automake-1.4.6_2
 automake-1.5_2,1
 automake-1.9.6

 Automake1.5 was the problem, I found it in the ports section and things
 seem to be working well. Can't imagine why it just didn't install as a
 dependency though. Ooh well, it's all installing now and looks good.
 Much thanks.


Glad to have helped, I'm curious why the missing dependency though.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP for MySQL question

2006-03-01 Thread John Cruz
Sorry, the make install  file.txt didn't copy everything. Here's the 
output copied from putty


---
taurus# cd /usr/ports/databases/php5-mysql
taurus# make install
===   php5-mysql-5.1.2_1 depends on executable: phpize - found
===   php5-mysql-5.1.2_1 depends on file: /usr/local/bin/autoconf259 - 
found

===   php5-mysql-5.1.2_1 depends on shared library: mysqlclient.15 - found
===  PHPizing for php5-mysql-5.1.2_1
Configuring for:
PHP Api Version: 20031224
Zend Module Api No:  20041030
Zend Extension Api No:   220040412
aclocal15: not found
*** Error code 1

Stop in /usr/ports/databases/php5-mysql.

-
John Cruz wrote:

Hi all,

I've been a member a few days, this is my first post. I'm trying to 
install mysql support for PHP on my FreeBSD6.0 box, but when I try to 
install the port /databases/php5-mysql, this is what I get:


---
===   php5-mysql-5.1.2_1 depends on executable: phpize - found
===   php5-mysql-5.1.2_1 depends on file: /usr/local/bin/autoconf259 
- found
===   php5-mysql-5.1.2_1 depends on shared library: mysqlclient.15 - 
found

===  PHPizing for php5-mysql-5.1.2_1
Configuring for:
PHP Api Version: 20031224
Zend Module Api No:  20041030
Zend Extension Api No:   220040412
*** Error code 1

Stop in /usr/ports/databases/php5-mysql.

And that's all she wrote. I already have php and mysql installed, any 
and all help is appreciated.


Thanks,

John Cruz
[EMAIL PROTECTED]




--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP for MySQL question

2006-03-01 Thread Robert Uzzi
 Sorry, the make install  file.txt didn't copy everything. Here's the
 output copied from putty

 ---
 taurus# cd /usr/ports/databases/php5-mysql
 taurus# make install
 ===   php5-mysql-5.1.2_1 depends on executable: phpize - found
 ===   php5-mysql-5.1.2_1 depends on file: /usr/local/bin/autoconf259 -
 found
 ===   php5-mysql-5.1.2_1 depends on shared library: mysqlclient.15 -
 found
 ===  PHPizing for php5-mysql-5.1.2_1
 Configuring for:
 PHP Api Version: 20031224
 Zend Module Api No:  20041030
 Zend Extension Api No:   220040412
 aclocal15: not found
 *** Error code 1

 Stop in /usr/ports/databases/php5-mysql.


Install the meta-port lang/php5-extensions and it will install the php5
modules.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP for MySQL question

2006-03-01 Thread John Cruz

Robert Uzzi wrote:

Install the meta-port lang/php5-extensions and it will install the php5
modules.


  
I tried that, it still gives me the same thing about the aclocal15 not 
being found. It doesn't stop with the mysql part of php either, there's 
other stuff earlier in the php extentions list it stops on as well.


-john

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP for MySQL question

2006-03-01 Thread Robert Uzzi


 I tried that, it still gives me the same thing about the aclocal15 not
 being found. It doesn't stop with the mysql part of php either, there's
 other stuff earlier in the php extentions list it stops on as well.

 -john

I'm not seeing the problem here or on another system but a quick scan of
my system finds the following. If you don't have them that could be the
problem. Now to figure out why?

/usr/local/bin/aclocal15
/usr/local/share/aclocal15

A quick google make's me think aclocal is part of automake and I actually
found several versions on my system. Check your system and if one is not
installed that could be the problem. I would have thought it would have
been installed as a dependency by something along the way.

automake-1.4.6_2
automake-1.5_2,1
automake-1.9.6

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]