The symbol hvrv2table is referenced by the latest libapreq as from CVS today but not exported by modperl. Is this a private symbol or just not exported by accident? The following patch adds it to the export file of modperl so libapreq compiles again under AIX. -- Jens-Uwe Mager
HELIOS Software GmbH Steinriede 3 30827 Garbsen Germany Phone: +49 5131 709320 FAX: +49 5131 709325 Internet: [EMAIL PROTECTED]
Index: apaci/mod_perl.exp =================================================================== RCS file: /home/cvspublic/modperl/apaci/mod_perl.exp,v retrieving revision 1.2 diff -u -d -r1.2 mod_perl.exp --- apaci/mod_perl.exp 2000/03/03 22:20:18 1.2 +++ apaci/mod_perl.exp 2001/02/28 13:37:55 @@ -4,3 +4,4 @@ mod_perl_tie_table sv2request_rec perl_request_rec +hvrv2table
