- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perl make fails in function "Perl_amagic_call" fro...
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
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
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
06-13-2003 08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 08:39 AM
06-13-2003 08:39 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
You know you can download the compiled version from software.hp.com
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 08:57 AM
06-13-2003 08:57 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
I'm suspecting however that you are using gcc64, which you should specify explicitely.
Try this :
Make sure gcc's path comes before /usr/ccs/bin in your PATH variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 10:09 AM
06-13-2003 10:09 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 10:28 AM
06-13-2003 10:28 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2003 12:46 AM
06-14-2003 12:46 AM
SolutionTry using the perl sources from http://www.iki.fi/jhi/perl@19733.tgz which is the latest 5.8.x snapshot. It *should* build out of the box using gcc. All README's are probably pretty up to date.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 09:36 AM
06-20-2003 09:36 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 11:47 AM
06-20-2003 11:47 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
Latest 5.8.1 snap now available as
http://www.iki.fi/jhi/perl@19829.tgz
http://www.iki.fi/jhi/perl@19829.tbz
I have *no* idea how long links are valid
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 01:01 AM
02-18-2004 01:01 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
# perl Makefile.PL MP_APXS=/opt/hpws/apache/bin/apxs
!!! Failed requirements:
!!! - Perl built with ithreads (build perl with -Dusethreads)
hence I cannot use Procuras precompiled Perl and must build own with "-Dusethreads" parametr.
But when I run Perl`s make the error occurs:
make
`sh cflags "optimize=''" miniperlmain.o` -fpic miniperlmain.c
CCCMD = gcc -DPERL_CORE -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall
`sh cflags "optimize=''" perl.o` -fpic perl.c
CCCMD = gcc -DPERL_CORE -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall
`sh cflags "optimize=''" gv.o` -fpic gv.c
CCCMD = gcc -DPERL_CORE -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall
gv.c: In function `Perl_amagic_call':
gv.c:1712: error: `copy' undeclared (first use in this function)
gv.c:1712: error: (Each undeclared identifier is reported only once
gv.c:1712: error: for each function it appears in.)
gv.c:1712: error: parse error before "_amg"
*** Error exit code 1
My system is HP11.11, gcc 3.3.2
Can someone help me? Thanks.
Richard H.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 01:13 AM
02-18-2004 01:13 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
"ithreads are only necessary for mp2 with threaded mpm
and threaded mpm are only useful on windows (mostly)
he's using an apache 2 with threaded MPMs instead of prefork MPMs, the default on UNix.(probably)
(I don't use mp2 myself)
give more info about how he configures his apache and why he configures it that way
"
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 01:15 AM
02-18-2004 01:15 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
I trust my source as he trusts me :)
I've never used either mod_perl, nor did I use threaded perl for anything but testing if it compiles and runs the test suite, which it does over here
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 01:27 AM
02-18-2004 01:27 AM
Re: Perl make fails in function "Perl_amagic_call" from gv.c hpux 11.
http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz
and when I tried to compile them, the output was:
# perl Makefile.PL MP_APXS=/opt/hpws/apache/bin/apxs
Reading Makefile.PL args from @ARGV
MP_APXS = /opt/hpws/apache/bin/apxs
************* WARNING *************
Your Perl is configured to link against libgdbm,
but libgdbm.so was not found.
You might need to install Perl from source
************* WARNING *************
************* WARNING *************
mod_perl is unlikely to link with your libperl, suggestions:
*) Rebuild Perl with Configure -Accflags=+Z ...
************* WARNING *************
Configuring Apache/2.0.48 mod_perl/1.99_12 Perl/v5.8.3
!!! Using Perl 5.8.3 w/o ithreads and 'worker' mpm httpd.
!!! Failed requirements:
!!! - Perl built with ithreads (build perl -Dusethreads)
I don`t know why he want perl build with
-Dusethreads...
Richard H.