Hi All,

I'm trying to buid FDS on SuSE 9.3.

I had to make some changes to the Makefiles to make it find the correct paths and was able to build almost everything.

I've downloaded the sources from http://directory.fedora.redhat.com/sources and followed the instructions stated at http://directory.fedora.redhat.com/wiki/Building.

The following components were sucessfully built in the following order:

console, setuputil, adminutil, onlinehelp, mod_admserv,  mod_nss, mod_restartd, adminserver, directoryconsole and dsonlinehelp

But now when I try to build ldapserver it fails with the following error:

==== Starting LDAP Server Console ==========

gmake BUILD_OPT=1 NO_JAVA=1  buildDirectoryConsole
gmake[1]: Entering directory `/mnt/hdd2/fds/ldapserver'
cd ldap/admin/src/java/com/netscape/xmltools; gmake BUILD_OPT=1 NO_JAVA=1 -w package
gmake[2]: Entering directory `/mnt/hdd2/fds/ldapserver/ldap/admin/src/java/com/netscape/xmltools'
javac  -deprecation -classpath "/mnt/hdd2/fds/ldapserver/ldap/admin/src/java:../../../../../../../../dist/classes/ldapjdk.jar:../../../../../../../built/java/optimize/xmltools:../../../../../../../../dist/classes/crimson.jar" -d ../../../../../../../built/java/optimize/xmltools DSML2LDIF.java
DSML2LDIF.java:44: package netscape.ldap does not exist

However ldapjdk.jar is there:

find <source> -name ldapjdk.jar
<source>/built/package/java/ldapjdk.jar
<source>/built/package/RHEL4_x86_gcc3_OPT.OBJ/base/unzipped/client/java/ldapjdk.jar
<source>/ldapserver/dist/classes/ldapjdk.jar
<source>/imports/console/unzipped/console10/java/ldapjdk.jar
<source>/imports/ldapjdk/ldapjdk.jar

Any help would be appreciated.

Rgrds,
Braulio Gergull