Re: PHP MySQL (Intel Compiler) Problem

2004-09-02 Thread Santhanam
Dear Friends,
I have installed MySQL-devel RPM (Standard - gcc) and used it for
compiling PHP. MySQL Server remains the same intel build. It is working
perfectly although this may not be the desired solution.. please post if u
find any results.
Special Thanks to Mr.Egor Egorov for giving me a good tip.
With Regards
Santhanam


 Santhanam [EMAIL PROTECTED] wrote:

 Dear Friends,
I am trying to compile PHP with MySQL support in an HP DL380
 server (Xeon Processors). The MySQL is build with Intel Compiler.
 I am getting the following problem / error :

 You have to link the client applications with some intel C compiler libs I
 guess.  Try to compile PHP with Intel C Compiler as well or upgrade the
 mysql
 client libraries to the ones compiled by gcc. There is a good reason to
 have
 MySQL server compiled with Intel C compiler but I'd rather prefere having
 libmysqlclient compiled by gcc.





 --
 For technical support contracts, goto https://order.mysql.com/?ref=ensita
 This email is sponsored by Ensita.net http://www.ensita.net/
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Egor Egorov
  / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
 /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
___/   www.mysql.com




 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
 http://lists.mysql.com/[EMAIL PROTECTED]




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



PHP MySQL (Intel Compiler) Problem

2004-09-01 Thread Santhanam
Dear Friends,
I am trying to compile PHP with MySQL support in an HP DL380
server (Xeon Processors). The MySQL is build with Intel Compiler.
I am getting the following problem / error :
---

/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x1ade): In
function `store_param_time':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x1ba2): In
function `net_store_datetime':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x1beb): In
function `store_param_str':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2428): In
function `mysql_stmt_bind_param':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2a01): In
function `fetch_result_bin':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2a36): more
undefined references to `_intel_fast_memcpy' follow
/usr/local/mysql/lib/libmysqlclient.a(my_vsnprintf.o)(.text+0x22a): In
function `my_vsnprintf.':
: undefined reference to `_intel_fast_memset'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x1b3): In function
`cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x218): In function
`cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x714): In function
`cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x740): In function
`cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0xf2b): In
function `my_long10_to_str_8bit':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x1053): more
undefined references to `_intel_fast_memcpy' follow
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x1495): In
function `my_fill_8bit':
: undefined reference to `_intel_fast_memset'
/usr/local/mysql/lib/libmysqlclient.a(ctype-bin.o)(.text+0x51b): In
function `my_strnxfrm_bin':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-ucs2.o)(.text+0x1eb5): In
function `my_strnxfrm_ucs2_bin':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x58): In
function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x6e): In
function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x12e): In
function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x239): more
undefined references to `_intel_fast_memcpy' follow
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

I have installed the Intel compiler and added the /opt/intel_cc_80/lib
to the LD_LIBRARY_PATH environment variable.
Please kindly help me.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



MySQL with Intel Compiler

2004-08-24 Thread Santhanam
Dear Friends,
 We want to use MySQL compiled with Intel Compiler to get superior
performance. Our server is a rack mounted HP DL 380 server with
Redhat Enterprise Linux Advanced Server 3.0.
We have used mysql-standard-4.1.3-beta-pc-linux-i686-icc.tar.gz. But
we are getting the following error :
---

[EMAIL PROTECTED] mysql]# scripts/mysql_install_db --user=mysql --force
Installing all prepared tables
Fatal error: Can't change to run as user 'mysql' ;  Please check that the
user exists!
040824 17:29:49  Aborting

040824 17:29:49  ./bin/mysqld: Shutdown complete

---
For more details(Full text of Error Message), please see the attachment.

  But mysql user  group is existing.
Please kindly help me.
Thanks in Advance
With Regards
Santhanam
[EMAIL PROTECTED] mysql]# scripts/mysql_install_db --user=mysql --force
Installing all prepared tables
Fatal error: Can't change to run as user 'mysql' ;  Please check that the user exists!
040824 17:29:49  Aborting

040824 17:29:49  ./bin/mysqld: Shutdown complete

./bin/mysql_create_system_tables: line 651:  2177 Broken pipe cat  
END_OF_DATA
use mysql;
$c_d
$i_d

$c_h
$i_h

$c_u
$i_u

$c_f
$i_f

$c_t
$c_c

$c_ht
$c_hc
$c_hr
$c_hk

$c_tzn
$i_tzn
$c_tz
$i_tz
$c_tzt
$i_tzt
$c_tztt
$i_tztt
$c_tzls
$i_tzls
END_OF_DATA

Installation of system tables failed!

Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant 
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:

shell ./bin/mysql -u root mysql
mysql show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in ./data that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the ./bin/mysqlbug script!
[EMAIL PROTECTED] mysql]#
-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]