Jump to content
Compatible Support Forums
Sign in to follow this  
flobian

php5-mysqli from dotdep on Debain woody

Recommended Posts

Hi,

 

I just upgraded my Debian woody with following packages from dotdep.org:

mysql

php5

php3-cgi

php5-mysqli

apache 1.3.26

 

Everything but php5-mysql is working fine. I can't open connections to mysql-db.

 

phpinfo looks like that:

 

'../configure' '--disable-cli' '--disable-cgi' '--with-apxs=/usr/bin/apxs' '--prefix=/usr' '--disable-debug' '--with-config-file-path=/etc/php5/apache' '--disable-rpath' '--with-regex=php' '--enable-memory-limit' '--disable-debug' '--with-layout=GNU' '--disable-pear' '--enable-calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable-ctype' '--with-db2' '--enable-dbx' '--with-iconv' '--enable-exif' '--enable-filepro' '--enable-ftp' '--enable-dbase' '--with-gettext' '--with-mime-magic' '--enable-mbstring' '--with-pcre-regex' '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-simplexml' '--with-libxml-dir=/usr' '--with-dom=/usr' '--with-xsl=/usr' '--with-sqlite' '--enable-sqlite-utf8' '--enable-tokenizer' '--enable-yp' '--with-zlib' '--with-zlib-dir=/usr' '--with-kerberos=/usr' '--with-openssl=/usr' '--with-exec-dir=/usr/lib/php5/libexec' '--disable-static' '--without-pear' '--with-curl=shared,/usr' '--with-gd=shared' '--with-jpeg-dir=shared,/usr' '--with-xpm-dir=shared,/usr/X11R6' '--with-png-dir=shared,/usr' '--with-freetype-dir=shared,/usr' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-mcrypt=shared,/usr' '--with-ming=shared,/usr' '--with-imap=shared,/usr' '--with-imap-ssl' '--with-ldap=shared,/usr' '--with-mhash=shared,/usr' '--with-mm' '--with-mysql=shared,/usr' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-mysqli=shared,/usr/bin/mysql_config' '--with-pgsql=shared,/usr' '--with-unixODBC=shared,/usr' '--with-tidy=shared' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-sybase-ct=shared,/usr' '--with-ttf=shared,/usr'

 

there is no "mysql" section

 

Any ideas?

Thanx

 

Flobian

Share this post


Link to post

php5-mysql and php5-mysqli are not the same. You need to install the php5-mysql package.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×