Hi, Ran into some errors when i tried to install the ldap c sdk. Here's an account of my adventures last friday: 1. Installed Mozilla milestone 18 on red hat 6.2, it build and works perfect. 2. Then I downloaded the following tarball: ldapsdk_12311998.tar 3. Checked all the necessary system and tool requirements, all o.k. 4. Unzipped and untarred the tarball according to the instructions, gzip -dc <filename>.tar.gz | tar -xvf - 5. Set all the necessary environment variables according to the build document (for the bash shell). MOZILLA_CLIENT=1 NO_MDUPDATE=1 MOZ_LDAP_SDK=1 export MOZILLA_CLIENT NO_MDUPDATE MOZ_LDAP_SDK unset MOZ_LI unset MOZ_LITE unset MOZ_MEDIUM unset NO_SECURITY 5. Ran the make command: gmake -f directory/ldapsdk.mk build 6. Sat and wait in anticipation to hack....... I was waiting for exactly 12 seconds when the build broke. Managed to fix some little things in the makefiles, but after that it came up with tons of warnings and bailed out. What's going on? Shouldn't I been using this milestone build (maybe too new), or ..... Has anyone out there succeeded to build the shared libraries on red hat 6.2??? Cheers, Roger
