Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling apache error: "util_uri.c", line 362: undefined symbol: uri_

Status
Not open for further replies.

hornetbloke

Technical User
Aug 12, 2002
26
0
0
NL
When I try to compile apache 1.3.26 with PHP, Mod_Perl, Mod_SSL, MM, CryptSSLeay and OpenSSL the compilation fails with the follwoing errors. I'm not greatly experienced in this kind of thing so if anyone's seen it before and could help, I'd really appreciate it:

"util_uri.c", line 362: undefined symbol: uri_delims
"util_uri.c", line 362: cannot dereference non-pointer type
"util_uri.c", line 390: undefined symbol: uri_delims
"util_uri.c", line 390: cannot dereference non-pointer type
"util_uri.c", line 401: cannot dereference non-pointer type
"util_uri.c", line 455: cannot recover from previous errors
cc: acomp failed for util_uri.c
*** Error code 2
make: Fatal error: Command failed for target `util_uri.o'
Current working directory /var/home/chrisa/install/apache_1.3.26/src/main
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /var/home/chrisa/install/apache_1.3.26/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /var/home/chrisa/install/apache_1.3.26
*** Error code 1
make: Fatal error: Command failed for target `build'
 
Okay, this is sorted now. The uri_delims.h file was empty so I ran the script manually to generate a new one. That did the trick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top