Sablotron

Blair

Verified User
Joined
Mar 30, 2004
Messages
8
I am installing an application that requires Sablotron.

I am first installing expat

[root@server expat-1.95.8]# ./configure --prefix=/usr/local/expat

and this goes without any problems

I then do the following

>
> [root@server Sablot-1.0.1]# ./configure
> --with-expat-prefix=/usr/local/expat
>
>
> checking where to find xml parser... ./configure: line 9329: 0:
> command
> not found
> not found (panic)
> configure: error: Couldn't find the expat libraries
> [root@server Sablot-1.0.1]#

I can not figure out how to resolve this error

any ideas?

Blair
 
Blair said:
I am installing an application that requires Sablotron.

I am first installing expat

[root@server expat-1.95.8]# ./configure --prefix=/usr/local/expat

and this goes without any problems

I then do the following

>
> [root@server Sablot-1.0.1]# ./configure
> --with-expat-prefix=/usr/local/expat
>
>
> checking where to find xml parser... ./configure: line 9329: 0:
> command
> not found
> not found (panic)
> configure: error: Couldn't find the expat libraries
> [root@server Sablot-1.0.1]#

I can not figure out how to resolve this error

any ideas?

Blair

This is the DirectAdmin forum ! Not for Sablot.

It just can't find the libraries as it says in the path you specify:

--with-expat-prefix=/usr/local/expat

So double check it and otherwise reinstall expat..
 
Back
Top