Is there a reason you're building STAF Perl support for Perl 5.10.1 
yourself?  You can download STAF binaries for Linux with support for Perl 
5.10.1 via http://staf.sourceforge.net/getcurrent.php (e.g. 
STAF341-setup-linux.bin) and run the installer (instead of building STAF 
yourself).

Note that if you are just trying to build STAF Perl support, you can 
choose to build STAF without OpenSSL support by setting the STAF_USE_SSL 
environment variable to nothing as follows:

export STAF_USE_SSL=

This is documented in the STAF Developer's Guide at 
http://staf.sourceforge.net/current/stafdg.html#Header_buildSTAF

--------------------------------------------------------------
Sharon Lucas
IBM Austin,   luc...@us.ibm.com
(512) 286-7313 or Tieline 363-7313




David Bender/Austin/i...@ibmus 
06/01/2010 08:32 AM

To
Arvind Chandra <arv...@yahoo.com>
cc
staf-users@lists.sourceforge.net
Subject
Re: [staf-users] Making plstaf for perl 5.10.1






Do you have the OpenSSL 0.9.8 binaries installed on the system, as 
documented in the STAF Developer's Guide (
http://staf.sourceforge.net/current/stafdg.html#Header_buildOpenSSL) ?

You may need to download the OpenSSL 0.9.8 source code and built it on 
your system.

I'm not sure why the error message refers to file "libcrypto.so.0.9.8 
0.9.8k" (it should be libcrypto.so.0.9.8).

You can verify that you have the OpenSSL 0.9.8 binaries installed by 
running:

cd /
find . -name libcrypto.so.0.9.8
find . -name libssl.so.0.9.8

Thanks, 
David 

David Bender 
STAF/STAX Development 
IBM Software Group, WPLC 
11501 Burnet Rd. 
Bldg. 903-5B002 
Austin, TX 78758-3400 
Phone (T/L): 1-512-286-5315 (363-5315) 
ITN: 23635315 
Email: bda...@us.ibm.com 



Arvind Chandra ---05/28/2010 07:51:05 PM---Hi, I used the following setup. 
CentOS release 5.2 32 bit and installed perl 5.10.1 in it. I us


From:

Arvind Chandra <arv...@yahoo.com>

To:

staf-users@lists.sourceforge.net

Date:

05/28/2010 07:51 PM

Subject:

[staf-users] Making plstaf for perl 5.10.1



Hi,
    I used the following setup. CentOS release 5.2 32 bit and installed 
perl 5.10.1 in it. I used the following command to configure perl 

./Configure -Duseshrplib -Dusethreads -Dinstallusrbinperl -Duse64bitint 
-des


Then I got the source code of STAF 3.4.1

And then the following environment settings
export OS_NAME=linux 
export PROJECTS="staf perl" 
export BUILD_TYPE=retail 
export 
PERL_V510_ROOT=/usr/local/lib/perl5/5.10.1/i686-linux-thread-multi-64int
export PERL_V510_INCLUDEDIRS=${PERL_V510_ROOT}/CORE 
export PERL_V510_LIBDIRS=${PERL_V510_ROOT}/CORE 
export PERL_BUILD_V510=1 
export PERL_BUILD_V58=0 
export PERL_BUILD_V56=0 
export PERL_BUILD_V50=0 
export OPENSSL_ROOT=/usr/lib

And then I get this error while make
make: g++: Command not found
/tmp/src/staf/stafreg/makefile.staf:31: 
/tmp/obj/linux/staf/retail/stafreg/STAFReg.d: No such file or directory
/tmp/src/staf/stafinfo/makefile.staf:31: 
/tmp/obj/linux/staf/retail/stafinfo/STAFInfo.d: No such file or directory
find: 0.9.8k: No such file or directory
find /usr/lib/libcrypto.so.0.9.8 0.9.8k -print
/tmp/src/staf/stafproc/makefile.staf:56: *** Could not find file 
libcrypto.so.0.9.8 0.9.8k in directory /usr/lib. Check your settings for 
OPENSSL_ROOT, OPENSSL_VERSION, and STAF_USE_SSL. You may also have to set 
OPENSSL_LIBDIRS to the directory containing file libcrypto.so.0.9.8 
0.9.8k..  Stop.

Not sure if not having g++ is an issue as I have gcc in the host. I feel 
that the step 
find /usr/lib/libcrypto.so.0.9.8 0.9.8k -print

is creating all the issues. As there is no file called 0.9.8k as when I 
give this command from command line it still fails

ind /usr/lib/libssl.so.0.9.8 0.9.8k
/usr/lib/libssl.so.0.9.8
find: 0.9.8k: No such file or directory

-Arvind




 

------------------------------------------------------------------------------

_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

------------------------------------------------------------------------------

_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

<<image/gif>>

<<image/gif>>

<<image/gif>>

<<image/gif>>

<<image/gif>>

<<image/gif>>

<<image/gif>>

<<image/gif>>

<<image/gif>>

------------------------------------------------------------------------------

_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to