vandal
Verified User
vandal,
Thanks to both you and smtalk. It appears that this has corrected the issue.
No problem, hopefully it's fixed in the next version of Curl.
vandal,
Thanks to both you and smtalk. It appears that this has corrected the issue.
Code:./build php n
ext/mysql/.libs/php_mysql.o: In function `zif_mysql_set_charset':
/usr/local/directadmin/custombuild/php-5.2.6/ext/mysql/php_mysql.c:1120: undefined reference to `mysql_set_character_set'
ext/mysqli/.libs/mysqli_nonapi.o: In function `zif_mysqli_get_charset':
/usr/local/directadmin/custombuild/php-5.2.6/ext/mysqli/mysqli_nonapi.c:372: undefined reference to `mysql_get_character_set_info'
ext/mysqli/.libs/mysqli_nonapi.o: In function `zif_mysqli_set_charset':
/usr/local/directadmin/custombuild/php-5.2.6/ext/mysqli/mysqli_nonapi.c:348: undefined reference to `mysql_set_character_set'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Erreur 1
ext/mysql/.libs/php_mysql.o: In function `zif_mysql_set_charset':
/usr/local/directadmin/custombuild/php-5.2.6/ext/mysql/php_mysql.c:1120: undefined reference to `mysql_set_character_set'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
A MySQL server package (MySQL-server-4.1.21-0) is installed.
Upgrading directly from MySQL 4.1 to MySQL 5.0 may not
be safe in all cases. A manual dump and restore using mysqldump is
recommended. It is important to review the MySQL manual's Upgrading
section for version-specific incompatibilities.
A manual upgrade is required.
- Ensure that you have a complete, working backup of your data and my.cnf
files
- Shut down the MySQL server cleanly
- Remove the existing MySQL packages. Usually this command will
list the packages you should remove:
rpm -qa | grep -i '^mysql-'
You may choose to use 'rpm --nodeps -ev <package-name>' to remove
the package which contains the mysqlclient shared library. The
library will be reinstalled by the MySQL-shared-compat package.
- Install the new MySQL packages supplied by MySQL AB
- Ensure that the MySQL server is started
- Run the 'mysql_upgrade' program
./build all d