- From: Tony Cheung <dragonman@asiayeah.com>
- Date: Tue, 29 May 2001 18:50:33 +0800
- To: www-lib@w3.org
- Message-ID: <3B137EF9.B1226DB2@asiayeah.com>
Hi,
Does anyone get libwww work on AIX 4.3.3 successfully?
I have successfully compiled libwww on it, but when I run any of the
sample program, I've got Segmentation Fault. Here's how I install
libwww,
$ cd w3c-libwww-5.3.2/
$ ./configure --without-expat
$ make
$ make install
(gdb) run
Starting program: /opt/xmlrpc_libwww/bin/./www
Program received signal SIGSEGV, Segmentation fault.
0xd3f93220 in HTLib_isInitialized () at HTLib.c:137
137 HTLib.c: No such file or directory.
(gdb) where
#0 0xd3f93220 in HTLib_isInitialized () at HTLib.c:137
#1 0xd3f9397c in client_profile (AppName=0x100098c4 "W3CLineMode",
AppVersion=0x10008fc4 "5.3.2", preemptive=0 '\000', cache=1 '\001',
HTMLParser=0 '\000') at HTProfil.c:55
#2 0xd3f93b7c in HTProfile_newClient (AppName=0x100098c4 "W3CLineMode",
AppVersion=0x10008fc4 "5.3.2") at HTProfil.c:127
#3 0x10003974 in main (argc=1, argv=0x2ff22a00) at HTBrowse.c:1647
#4 0x100001dc in __start ()
Can anyone suggest what is probably wrong? I would really appreciate.
Best Regards,
Tony Cheung
Received on Tuesday, 29 May 2001 06:50:40 UTC