- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can't make GD
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
02-26-2004 07:03 AM
02-26-2004 07:03 AM
from README:
$perl Makefile.PL --> ok
$make ->
/usr/include/sys/socket.h:484: parse error before "sendfile"
/usr/include/sys/socket.h:485: parse error before "bsize_t"
/usr/include/sys/socket.h:486: parse error before "sendpath"
/usr/include/sys/socket.h:487: parse error before "bsize_t"
/usr/include/sys/socket.h:501: parse error before "__sendfile64"
/usr/include/sys/socket.h:501: parse error before "bsize_t"
/usr/include/sys/socket.h:502: parse error before "__sendpath64"
/usr/include/sys/socket.h:502: parse error before "bsize_t"
/usr/include/sys/socket.h:504: parse error before "sendfile"
/usr/include/sys/socket.h: In function `sendfile':
/usr/include/sys/socket.h:504: parse error before "bsize_t"
/usr/include/sys/socket.h: At top level:
/usr/include/sys/socket.h:505: parse error before "sendpath"
/usr/include/sys/socket.h: In function `sendpath':
/usr/include/sys/socket.h:505: parse error before "bsize_t"
*** Error exit code 1
any idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:30 AM
02-26-2004 07:30 AM
Solutionhttp://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:37 AM
02-26-2004 07:37 AM
Re: can't make GD
Which version of GCC are you using?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:39 AM
02-26-2004 07:39 AM
Re: can't make GD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:42 AM
02-26-2004 07:42 AM
Re: can't make GD
gd-2.0.22
/usr/local/lib/libgd.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 09:20 AM
02-26-2004 09:20 AM
Re: can't make GD
Or, what version is your OS?
Or, try using HP ANSI C instead of gcc?
Or, what version is socket.h - is it patched???
This is mine (just head the file):
/* @(#) socket.h $Date: 2002/05/17 16:33:35 $Revision: r11.11/4 PATCH_11.11 (PHNE_27063) */
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 12:28 PM
02-26-2004 12:28 PM
Re: can't make GD
---------------------------
make test
PERL_DL_NONLAZY=1 /usr/contrib/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi -I/opt/perl/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/GD................/usr/lib/dld.sl: Unresolved symbol: gdImageCreateFromJpeg (code) from ./blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImagePngPtrEx (code) from ./blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImageCreateFromPng (code) from ./blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImagePngPtr (code) from ./blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImageCreateFromJpegCtx (code) from ./blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImageJpegPtr (code) from ./blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImageCreateFromPngCtx (code) from ./blib/arch/auto/GD/GD.sl
Can't load './blib/arch/auto/GD/GD.sl' for module GD: Unresolved external at /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/DynaLoader.pm line 206.
at t/GD.t line 13
Compilation failed in require at t/GD.t line 13.
BEGIN failed--compilation aborted at t/GD.t line 13.
t/GD................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/Polyline........../usr/lib/dld.sl: Unresolved symbol: gdImageCreateFromJpeg (code) from blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImagePngPtrEx (code) from blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImageCreateFromPng (code) from blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImagePngPtr (code) from blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImageCreateFromJpegCtx (code) from blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImageJpegPtr (code) from blib/arch/auto/GD/GD.sl
/usr/lib/dld.sl: Unresolved symbol: gdImageCreateFromPngCtx (code) from blib/arch/auto/GD/GD.sl
Can't load 'blib/arch/auto/GD/GD.sl' for module GD: Unresolved external at /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/DynaLoader.pm line 206.
at blib/lib/GD/Polyline.pm line 49
Compilation failed in require at blib/lib/GD/Polyline.pm line 49.
BEGIN failed--compilation aborted at blib/lib/GD/Polyline.pm line 49.
Compilation failed in require at t/Polyline.t line 10.
BEGIN failed--compilation aborted at t/Polyline.t line 10.
t/Polyline..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
t/GD.t 255 65280 10 10 100.00% 1-10
t/Polyline.t 255 65280 1 1 100.00% 1
Failed 2/2 test scripts, 0.00% okay. 11/11 subtests failed, 0.00% okay.
*** Error exit code 2
Stop.
------------
uname -a
HP-UX XXXXX B.11.11 U 9000/800 146474646 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 12:39 PM
02-26-2004 12:39 PM
Re: can't make GD
This is perl, v5.6.1 built for PA-RISC1.1-thread-multi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 05:40 PM
02-26-2004 05:40 PM
Re: can't make GD
Procura seems to know the solution in similar cases.
Check his answers http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=439328
Hope this helps.
(I searched on the forums for 'perl sendfile').
JP.