Date: Tue, 17 May 2005 10:38:08 -0700 (PDT) From: Yujin Boby <vu3prx@yahoo.com> To: freebsd-ports@freebsd.org Subject: Re: PHP5 and MySQL 5 - undefined function mysql_connect Message-ID: <20050517173808.36315.qmail@web41104.mail.yahoo.com> In-Reply-To: 6667
next in thread | raw e-mail | index | archive | help
Thanks Uzi Klein I have added WITH_MYSQL_VER=5 to /etc/make.conf And deinstalled php5 --- cd /usr/ports/lang/php5 deinstall --- then installing it again --- make install clean --- I drinstalled and installed --- cd /usr/ports/lang/php5-extensions make config make install --- Removing MySQLi and it went well. No errors. But Still getting the same error for MySQL functions Call to undefined function mysql_connect() --- Uzi Klein <uzi@bmby.com> wrote: > > ----- Original Message ----- > From: "Yujin Boby" <vu3prx@yahoo.com> > To: <freebsd-ports@freebsd.org> > Sent: Tuesday, May 17, 2005 6:40 PM > Subject: PHP5 and MySQL 5 - undefined function > mysql_connect > > > > Hi, > > > > I have installed PHP from > > > > cd /usr/ports/lang/php5 > > make install clean > > > > Then > > > > cd /usr/ports/lang/php5-extensions > > make install clean > > > > Shows error > > > > ------------- > > ===> php5-mysqli-5.0.4_1 Doesn't work with MySQL > > version : 50 (Doesn't support MySQL 323 40 50). > > *** Error code 1 > > > > Stop in /usr/ports/databases/php5-mysqli. > > *** Error code 1 > > > > Stop in /usr/ports/lang/php5-extensions. > > ------------- > > > > I have MySQL 5 installed from latest ports, i have > > cvsup before installing everything. FreeBSD is 5.4 > > > > mysqli extension is designed for mysql >= 4.1 > PHP compiles with the mysql client library (ssems > like 3.23 here) > You probably want WITH_MYSQL_VER=5 in your make.conf > > [......] > > Fatal error: Call to undefined function > > mysql_connect() > > mysql_connetct() uses the mysql extension and not > mysqli > > > Regrads > U > > > > > ------------- > > > > How do i correct this ? > > > > Regards, > > > > Yujin > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Make Yahoo! your home page > > http://www.yahoo.com/r/hs > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail - You care about security. So do we. > > http://promotions.yahoo.com/new_mail > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" > > > > Discover Yahoo! Stay in touch with email, IM, photo sharing and more. Check it out! http://discover.yahoo.com/stayintouch.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050517173808.36315.qmail>