-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Angelyn Dilim wrote: > All pre requisites are installed so I invoke the command ./configure as > non user at the end of the ./configure command I have given an error > saying that c_rehash script is not installed or is not declared in my > current PATH. I looked on the directories to see if the c_rehash script > is not installed but it does exist the path is /usr/local/ssl/bin.
If your only problem is that it can't find this program, then add the directory to your PATH before you run configure. Assuming you're using bash as your shell: export PATH=$PATH:/usr/local/bin/ssl ./configure But it could be that the "problem" will be bigger than that and the compiler won't find any of your openssl libraries. In that case check out the FAQ in the 'courier/doc/FAQ.html' file in the courier tarball you downloaded. Search for "openssl" in there and you'll find a section explaining how to make the compiler aware of where these files are. HTH Jeff Jansen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEdkpwZxtYeNk78A8RAvEbAJ9iBgbBV/gUGDyEo5J9xDncoEwMTQCfRHMf mt+gSCYLYg3H/mZrk8HNsR4= =MtP6 -----END PGP SIGNATURE----- ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
