On 5 May 2005 at 10:05, Also Sprach [EMAIL PROTECTED]:

> I want to use xpathscript to develop some taglibs to hide some of the 
> messy xsp stuff I have been doing.

This seems to be turning into a mess for you.
Why not just write perl modules to generate xml?
Have a look at SAWA, it is _very_ good.

>         child pid 89672 exit signal Segmentation fault (11)
> 
> Any ideas about this one? I read somewhere something about expat...??

You need to compile apache with this:

CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
CFLAGS_SHLIB="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
EAPI_MM=/usr/local/src/mm-1.3.0 \
./configure --with-layout=Slackware \
            --enable-module=most \
            --disable-module=auth_dbm \
            --enable-module=auth_db \
            --enable-shared=auth_db \
            --enable-shared=max \
            --enable-shared=ssl \
            --disable-rule=EXPAT

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

Reply via email to