"Steven N. Hirsch" <[EMAIL PROTECTED]> writes:

> On Wed, 27 Feb 2002, Fernando Jeronymo wrote:
> 
> > 
> > 
> > Ok. I found something similar for Oracle DBD module, and the answer
> > the guy received is that perl has to be built using both -lcl and
> > -lpthread (libcl and libpthread). Do you think that will work here?
> 
> I don't believe that you need Perl itself to be built with thread support.  
> This will probably turn out to be something you need to setup when 
> building the XML::Xerces extension.

Correct, perl is fine. The issue is the dynamic library (XML::Xerces)
needs to be linked with that library. So just add -lcl to the linker
options of XML::Xerces and you should be fine.

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to