- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Perl 5.8.8 make errors.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2007 03:11 PM
тАО10-31-2007 03:11 PM
Perl 5.8.8 make errors.
ld: Unsatisfied symbol "Perl_newSViv" in file C.o
ld: Unsatisfied symbol "_memcpy" in file C.o
ld: Unsatisfied symbol "Perl_safesysmalloc" in file C.o
ld: Unsatisfied symbol "Perl_Tstack_sp_ptr" in file C.o
ld: Unsatisfied symbol "Perl_sv_setiv" in file C.o
ld: Unsatisfied symbol "Perl_sv_setref_iv" in file C.o
ld: Unsatisfied symbol "Perl_sv_free" in file C.o
ld: Unsatisfied symbol "Perl_form" in file C.o
ld: Unsatisfied symbol "Perl_hv_store_ent" in file C.o
ld: Unsatisfied symbol "Perl_get_hv" in file C.o
ld: Unsatisfied symbol "Perl_get_sv" in file C.o
ld: Unsatisfied symbol "Perl_Tmarkstack_ptr_ptr" in file C.o
ld: Unsatisfied symbol "Perl_Iregex_pad_ptr" in file C.o
ld: Unsatisfied symbol "Perl_Irunops_ptr" in file C.o
ld: Unsatisfied symbol "Perl_Isv_yes_ptr" in file C.o
ld: Unsatisfied symbol "Perl_Ttainted_ptr" in file C.o
ld: Unsatisfied symbol "Perl_Top_ptr" in file C.o
ld: Unsatisfied symbol "Perl_despatch_signals" in file C.o
ld: Unsatisfied symbol "Perl_Tstack_base_ptr" in file C.o
ld: Unsatisfied symbol "Perl_Gthr_key_ptr" in file C.o
ld: Unsatisfied symbol "strcmp" in file C.o
ld: Unsatisfied symbol "Perl_Isig_pending_ptr" in file C.o
ld: Unsatisfied symbol "pthread_getspecific" in file C.o
ld: Unsatisfied symbol "Perl_sv_2pv_flags" in file C.o
ld: Unsatisfied symbol "Perl_croak" in file C.o
25 errors.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2007 03:36 PM
тАО10-31-2007 03:36 PM
Re: Perl 5.8.8 make errors.
Where are the other symbols defined? You can search with:
$ nm -pxAN *.o *.a *.so | fgrep -e Perl_newSViv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2007 07:46 PM
тАО10-31-2007 07:46 PM
Re: Perl 5.8.8 make errors.
What arguments did you pass to Configure?
/3gl/CPAN/perl-current 102 > grep -i -e cc.*version -e ccflags -e ld.*fla
gs -e config_ config.sh
ccflags='-D_POSIX_C_SOURCE=199506L -D_REENTRANT -milp32 -DPERL_DONT_CREATE_GVSV -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
ccversion=''
gccversion='4.2.1'
lddlflags='-b -L/usr/lib/hpux32 -L/pro/local/lib'
ldflags='-L/usr/lib/hpux32 -L/pro/local/lib'
ldflags_uselargefiles=''
yaccflags=''
config_arg0='./Configure'
config_args='-des -Dcc=gcc -Dusedevel -Duseithreads'
config_argc=4
config_arg1='-des'
config_arg2='-Dcc=gcc'
config_arg3='-Dusedevel'
config_arg4='-Duseithreads'
PERL_CONFIG_SH=true
toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'
Somehow I fear a C++ compiler. I don't know why :)
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2007 04:15 AM
тАО11-01-2007 04:15 AM
Re: Perl 5.8.8 make errors.
root@server:/root> which make
/usr/bin/make
root@server:/root> ll /usr/bin/make
lr-xr-xr-t 1 root sys 17 Sep 20 10:49 /usr/bin/make -> /usr/ccs/bin/make
What should I be sourcing? This?:
/opt/ansic/bin/cc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2007 04:42 AM
тАО11-01-2007 04:42 AM
Re: Perl 5.8.8 make errors.
HP's make is not, but you should be able to use it.
'make' is not the compiler, it is just a `tool' to build something based on a set of rules as described in a Makefile.
The Makefile for perl is generated by Makefile.SH which is controlled by Configure.
So, can you issue the command I used, and show me the output?
BTW any reason you want to build perl yourself instead of using one of the many good prebuilt binaries?
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2007 04:53 AM
тАО11-01-2007 04:53 AM
Re: Perl 5.8.8 make errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2007 05:40 AM
тАО11-01-2007 05:40 AM
Re: Perl 5.8.8 make errors.
Why don't you just use the perl 5.8.8 delivered already compiled by HP ? (software.hp.com)
Save your time to work out the issues with compiling the DBI modules ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2007 03:10 AM
тАО11-02-2007 03:10 AM
Re: Perl 5.8.8 make errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2007 03:20 AM
тАО11-02-2007 03:20 AM
Re: Perl 5.8.8 make errors.
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL
I think it already includes DBI
if you get a depot, make sure it is not compressed anymore, put it in e.g. /tmp, and issue
# swinstall -s /tmp/pelr0name-you-got.sd
Enjoy, Have FUN! H.Merijn