Hello BSD-folks,
I'm new in FreeBSD. I just installed FreeBSD 7.0 RELEASE and installed also Apache22, PHP5, MySQLserver and OpenSSL-0.9.8i, the latest version of Openssl. I know that the base opensslversion is 0.9.8e during the install of a freshinstall of FreeBSD.
For so far everything went fine during the installation of Apache22, PHP5, MySQLserver 5.x.x and OpenSSL 0.9.8i.
in the file rc.conf i wrote the line
---------
named_enable="YES"
linux_enable="YES"
sshd_enable="YES"
mysql_enable="YES"
apache22_enable="YES"
apache22_http_accept_enable="YES"
make.conf
--------
PERL_VER=5.8.8
PERL_VERSION=5.8.8
MAKE_IDEA=YES
WITH_OPENSSL_PORT=YES
NO_BIND=YES
All the installed applicaties are working fine , just OpenSSL is NOT the latest version,OpenSSL 0.9.8i, but 0.09.8e, the baseversion.
because , when i give the
command openssl version,
is see that the old version 0.9.8e is working, but i want to use the newest version.
for so far i know is that the newer / latest version of OpenSSL-0.9.8i is installed in /usr/local/bin/openssl
and the old version is installed as default in /usr/bin/openssl
My question to you all is 'how do i configure the newest version "on the right way and wich file do i have to edit" for the right $pathsetting so that that the newest / latest verion of openssl is the default.
for example i have edited the file make.conf and wroteWITH_OPENSSL_PORT= /usr/local/bin/openssl
but , it didn't helped
what is the right way to configure the latest OpenSSL-0.9.8i version
because i want to use the SSL application for Apache22 SSL, POP3s, IMAPs, Smtp (postfix with SASL and SSL encryption) for a save connection combined with Squirrelmail
I'm looking forward to the answers
greetings from the Netherlands,
beastie_007
I'm new in FreeBSD. I just installed FreeBSD 7.0 RELEASE and installed also Apache22, PHP5, MySQLserver and OpenSSL-0.9.8i, the latest version of Openssl. I know that the base opensslversion is 0.9.8e during the install of a freshinstall of FreeBSD.
For so far everything went fine during the installation of Apache22, PHP5, MySQLserver 5.x.x and OpenSSL 0.9.8i.
in the file rc.conf i wrote the line
---------
named_enable="YES"
linux_enable="YES"
sshd_enable="YES"
mysql_enable="YES"
apache22_enable="YES"
apache22_http_accept_enable="YES"
make.conf
--------
PERL_VER=5.8.8
PERL_VERSION=5.8.8
MAKE_IDEA=YES
WITH_OPENSSL_PORT=YES
NO_BIND=YES
All the installed applicaties are working fine , just OpenSSL is NOT the latest version,OpenSSL 0.9.8i, but 0.09.8e, the baseversion.
because , when i give the
command openssl version,
is see that the old version 0.9.8e is working, but i want to use the newest version.
for so far i know is that the newer / latest version of OpenSSL-0.9.8i is installed in /usr/local/bin/openssl
and the old version is installed as default in /usr/bin/openssl
My question to you all is 'how do i configure the newest version "on the right way and wich file do i have to edit" for the right $pathsetting so that that the newest / latest verion of openssl is the default.
for example i have edited the file make.conf and wroteWITH_OPENSSL_PORT= /usr/local/bin/openssl
but , it didn't helped
what is the right way to configure the latest OpenSSL-0.9.8i version
because i want to use the SSL application for Apache22 SSL, POP3s, IMAPs, Smtp (postfix with SASL and SSL encryption) for a save connection combined with Squirrelmail
I'm looking forward to the answers
greetings from the Netherlands,
beastie_007