Operating System - HP-UX
1752786 Members
5843 Online
108789 Solutions
New Discussion юеВ

Unresolved symbol: Perl_Gthr_key_ptr

 
sasikala
Advisor

Unresolved symbol: Perl_Gthr_key_ptr

Hi,

I am trying to execute the Makefile.PL which causes the below

"error /usr/lib/dld.sl: Unresolved symbol: Perl_Gthr_key_ptr (code) from /home/jupupg/jupiter/dev/data/apache/lib/perl/auto/DBD/mysql/mysql.sl "

The Perl version used is v5.8.8 built for PA-RISC2.0. with Assembler as: HP92453-03 UX.11.01.17 PA-RISC 2.0 Assembler Can anyone help me out on this error.

Regards
Sasikala
3 REPLIES 3
Jean-Yves Picard
Trusted Contributor

Re: Unresolved symbol: Perl_Gthr_key_ptr

Hello,

what is your mysql version ?

did you specify mysql location on configure's flags ?

Jean-Yves Picard
sasikala
Advisor

Re: Unresolved symbol: Perl_Gthr_key_ptr

Hi Jean-Yves Picard,

Please find the version of mysql Ver 11.18 Distrib 3.23.58

Please find the other status too.
mysql> status
--------------
/home/jupupg/jupiter/dev/mysql/bin/mysql Ver 11.18 Distrib 3.23.58, for hp-hpux10.20 (hppa)

Connection id: 1
Current database:
Current user: jupiter@localhost
Current pager: stdout
Using outfile: ''
Server version: 3.23.58
Protocol version: 10
Connection: Localhost via UNIX socket
Client characterset: latin1
Server characterset: latin1
UNIX socket: /tmp/jupiter_mysql.sock37999
Uptime: 13 sec

Threads: 1 Questions: 2 Slow queries: 0 Opens: 5 Flush tables: 1 Open tables: 0 Queries per sec
ond avg: 0.154
--------------

Moreover can you please tell me how to specify mysql location on configure's flags ?

I have exported the path of mysql in the Enviroinment.

Regards
Sasikala
Jean-Yves Picard
Trusted Contributor

Re: Unresolved symbol: Perl_Gthr_key_ptr

Hello,

I couldn't make out what you are trying to build, is it apache ? perl ?

If apache, try running configure --help you will (probably) see a flag like
--perl-lib=PREFIX

likewise for perl (obviously you already have a perl version)

Jean-Yves Picard