Displaying 3 results from an estimated 3 matches for "sgmlspl".
Did you mean:
sgmlspm
2003 May 01
1
Please advise
I get the following message when trying to configure on Solaris 2.6 box will samba 2.2.8a.
Any suggestions?!
root-Rigel-232> ./configure
creating cache ./config.cache
checking for openjade... no
checking for jade... no
checking for nsgmls... no
checking for htmldoc... no
checking for sgmlspl... no
checking for perl... /usr/bin/perl
./configure: !: not found
updating cache ./config.cache
creating ./config.status
creating Makefile
creating stylesheets/ldp.dsl
root-Rigel-233> /usr/ucc/bin/make
ksh: /usr/ucc/bin/make: not found
root-Rigel-234> /usr/ccs/bin/make
Possible options to t...
2008 Sep 26
5
Compiling - WARNING: No OpenGL library found on this system.
I downloaded Wine sources with Git. Now when I cd to wine-git folder and do ./configure, at the end I get a message:
Code:
"configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine."
I installed all packages from this script -
http://kegel.com/wine/hardy.sh
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
...tack. For a dependency issue we had to abandon the
upstream 8.1 PostgreSQL and install at least a 8.2 version. Taking the
package from Fedora 8 and rebuilding it for x86_64 went smoothly.
Unfortunatly the same is not true for i386. It stops with:
checking for collateindex.pl... no
checking for sgmlspl... no
checking thread safety of required library functions... no
configure: error: thread test program failed
This platform is not thread-safe. Check the file 'config.log' for the
exact reason.
You can use the configure option --enable-thread-safety-force to force
threads to be enabled....