Ik ben met Redhat 8 vanochtend begonnen en het draait goed. Niet minder dan 7.3 tot nu toe. Maar ik loop tegen een probleem. Ik wil webmin 1.00 installeren en dat gaat en het werkt ook goed maar ik wil webmin over https laten draaien.
Dit doe je met SSL en das ook niet moeilijk. D8 ik want onder 7.3 is het geen prob. Het volgende is het probleem.
Ik heb de tar.gz gedownd versie 1.20.
#wget http://www.cpan.org/modul...Net_SSLeay.pm-1.20.tar.gz
#cd Net_SSLeay.pm-1.20
#perl Makefile.PL
en hier gaat het fout als ik dit doe.
#make install
Ik zie dan het volgende:
*********************************
cp ptrtstrun.pl blib/lib/Net/ptrtstrun.pl
cp SSLeay.pm blib/lib/Net/SSLeay.pm
AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay)
blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters:
directory blib/lib/auto/Net/SSLeay:
do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https
get_https.al, get_https3.al, get_https4.al truncate to get_http
head_https.al, head_https3.al, head_https4.al truncate to head_htt
post_https.al, post_https3.al, post_https4.al truncate to post_htt
put_https.al, put_https3.al, put_https4.al truncate to put_http
ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read
ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ
make[1]: Entering directory `/usr/local/Net_SSLeay.pm-1.19/Net-SSLeay-Handle-0.50'
cp Handle.pm ../blib/lib/Net/SSLeay/Handle.pm
Manifying ../blib/man3/Net::SSLeay::Handle.3pm
make[1]: Leaving directory `/usr/local/Net_SSLeay.pm-1.19/Net-SSLeay-Handle-0.50'
/usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c
gcc -c -I/usr/include -I/usr/inc32 -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" SSLeay.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
In file included from /usr/include/openssl/evp.h:89,
from /usr/include/openssl/x509.h:67,
from /usr/include/openssl/ssl.h:69,
from SSLeay.xs:78:
/usr/include/openssl/des.h:193: parse error before '&' token
*****************************
Met google zoeken levert ook nix bevredigends op.
Wie kan me helpen.
Dit doe je met SSL en das ook niet moeilijk. D8 ik want onder 7.3 is het geen prob. Het volgende is het probleem.
Ik heb de tar.gz gedownd versie 1.20.
#wget http://www.cpan.org/modul...Net_SSLeay.pm-1.20.tar.gz
#cd Net_SSLeay.pm-1.20
#perl Makefile.PL
en hier gaat het fout als ik dit doe.
#make install
Ik zie dan het volgende:
*********************************
cp ptrtstrun.pl blib/lib/Net/ptrtstrun.pl
cp SSLeay.pm blib/lib/Net/SSLeay.pm
AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay)
blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters:
directory blib/lib/auto/Net/SSLeay:
do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https
get_https.al, get_https3.al, get_https4.al truncate to get_http
head_https.al, head_https3.al, head_https4.al truncate to head_htt
post_https.al, post_https3.al, post_https4.al truncate to post_htt
put_https.al, put_https3.al, put_https4.al truncate to put_http
ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read
ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ
make[1]: Entering directory `/usr/local/Net_SSLeay.pm-1.19/Net-SSLeay-Handle-0.50'
cp Handle.pm ../blib/lib/Net/SSLeay/Handle.pm
Manifying ../blib/man3/Net::SSLeay::Handle.3pm
make[1]: Leaving directory `/usr/local/Net_SSLeay.pm-1.19/Net-SSLeay-Handle-0.50'
/usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c
gcc -c -I/usr/include -I/usr/inc32 -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" SSLeay.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
In file included from /usr/include/openssl/evp.h:89,
from /usr/include/openssl/x509.h:67,
from /usr/include/openssl/ssl.h:69,
from SSLeay.xs:78:
/usr/include/openssl/des.h:193: parse error before '&' token
*****************************
Met google zoeken levert ook nix bevredigends op.
Wie kan me helpen.