Tom, thanks for the reply.  I have expat 1.95.1.  The following is the
output from Sablotron's configure:


checking for a BSD compatible install... tools/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking host system type... sparc-sun-solaris2.7
checking build system type... sparc-sun-solaris2.7
checking for ranlib... ranlib
checking for gcc... /usr/local/bin/gcc
checking whether the C compiler (/usr/local/bin/gcc  ) works... yes
checking whether the C compiler (/usr/local/bin/gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether /usr/local/bin/gcc accepts -g... yes
checking for ld used by GCC... /usr/local/sparc-sun-solaris2.7/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.7/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for /usr/local/bin/gcc option to produce PIC... -fPIC
checking if /usr/local/bin/gcc PIC flag -fPIC works... yes
checking if /usr/local/bin/gcc supports -c -o file.o... yes
checking if /usr/local/bin/gcc supports -c -o file.lo... yes
checking if /usr/local/bin/gcc supports -fno-rtti -fno-exceptions ... yes
checking if /usr/local/bin/gcc static flag -static works... -static
checking if the linker (/usr/local/sparc-sun-solaris2.7/bin/ld) is GNU ld... yes
checking whether the linker (/usr/local/sparc-sun-solaris2.7/bin/ld) supports shared 
libraries... yes
checking command to parse /usr/local/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/local/sparc-sun-solaris2.7/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.7 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for gcc... (cached) /usr/local/bin/gcc
checking whether the C compiler (/usr/local/bin/gcc -g -O2 ) works... yes
checking whether the C compiler (/usr/local/bin/gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether /usr/local/bin/gcc accepts -g... (cached) yes
checking how to run the C preprocessor... /usr/local/bin/gcc -E
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking where to find xml parser... expat (new)
checking for expat.h... yes
checking for timeb.h... no
checking for sys/timeb.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for ieeefp.h... yes
checking for iconv.h... yes
checking where to find iconv_open... libc
checking whether to typecast in iconv... no
checking whether to force -lm switch... no
checking for ftime... yes
checking for mtrace... no
checking for isnan... yes
checking for isinf... no
checking for finite... yes
checking for macro isinf... no
checking for wchar.h... yes
checking for wcsxfrm... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating Sablot/Makefile
creating Sablot/engine/Makefile
creating Sablot/command/Makefile
creating autocfg/autocfg.h
autocfg/autocfg.h is unchanged






Tom Kaiser wrote:
>
> Ken,
> which version of expat do you use? Could you send the output from
> the
> Sablotron configure please?
>
> Tom
>
> Ken Weingold wrote:
>
> > Hi. I was asked to install Sablotron at work and am having a
> > problem.
> > It is under Solaris 7.  After trying the 0.51 binaries and having
> > the
> > problem, I tried the source and have the same problem, but with
> > the
> > source I had to first install expat.  So in the end I get the same
> > problem.  This is with PHP 4.03pl1 since I know that 0.51 won't
> > work
> > with PHP 4.04pl1.  When I rebuilt PHP with --with-sablot and then
> > try
> > to start Apache, I get the following error:
> >
> >
> > --------------------------------
> >
> >   
> > Cannot load /export/apache_1.3.14/libexec/libphp4.so into server:
> > ld.so.1:
+/export/apache_1.3.14/bin/httpd: fatal: relocation error: file
+/export/apache_1.3.14/libexec/libphp4.so: symbol DL_UNLOAD:
referenced symbol not found
> >
> >
> > --------------------------------
> >
> >
> > Anyone know why this is?

Reply via email to