Selamlar,

Php kullanarak SAP sunucumuza bağlanabilmek istiyoruz. Bunun için http://saprfc.sourceforge.net/ bu sitede gerekli bilgiler mevcut, hatta şuradaki yöntemi kullanarak aşama aşama izleyebileceğim bir yol var.

http://www.rgiapratama.net/2011/08/2...tos-5-4-64bit/

Buradaki yönergeleri sırasıyla yapıyorum, işlem make ve make install satırlarına geldiğinde aşağıdaki gibi bir hata alıyorum. glibc ile ilgili bir şey olabileceği kanısına vardım, güncelledim ancak bir türlü çözemedim.

Sunucu bilgileri : Debian Linux 6.0
Kernel and CPU : Linux 2.6.32-5-686 on i686

Uzman arkadaşlar yardımcı olabilirlerse çok sevinirim.

root@LOKAL2:/usr/src/saprfc-1.4.1# make
/bin/bash /usr/src/saprfc-1.4.1/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/saprfc-1.4.1/include -I/usr/src/saprfc-1.4.1/main -I/usr/src/saprfc-1.4.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/sap/rfcsdk/include  -DHAVE_CONFIG_H  -g -O2   -o saprfc.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/saprfc-1.4.1/modules  saprfc.lo rfccal.lo -Wl,-rpath,/usr/sap/rfcsdk/lib -L/usr/sap/rfcsdk/lib -lrfccm
libtool: link: cc -shared  .libs/saprfc.o .libs/rfccal.o   -L/usr/sap/rfcsdk/lib -lrfccm  -Wl,-rpath -Wl,/usr/sap/rfcsdk/lib   -Wl,-soname -Wl,saprfc.so -o .libs/saprfc.so
/usr/bin/ld: skipping incompatible /usr/sap/rfcsdk/lib/librfccm.so when searching for -lrfccm
/usr/bin/ld: cannot find -lrfccm
collect2: ld returned 1 exit status
make: *** [saprfc.la] Hata 1
root@LOKAL2:/usr/src/saprfc-1.4.1# make install
/bin/bash /usr/src/saprfc-1.4.1/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src                                                                                                                     /saprfc-1.4.1/include -I/usr/src/saprfc-1.4.1/main -I/usr/src/saprfc-1.4.1 -I/us                                                                                                                     r/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/                                                                                                                     php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_                                                                                                                     SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/sap/rfcsdk/include  -DHAVE_CONFIG_H  -g -O2                                                                                                                        -o saprfc.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/s                                                                                                                     rc/saprfc-1.4.1/modules  saprfc.lo rfccal.lo -Wl,-rpath,/usr/sap/rfcsdk/lib -L/u                                                                                                                     sr/sap/rfcsdk/lib -lrfccm
libtool: link: cc -shared  .libs/saprfc.o .libs/rfccal.o   -L/usr/sap/rfcsdk/lib                                                                                                                      -lrfccm  -Wl,-rpath -Wl,/usr/sap/rfcsdk/lib   -Wl,-soname -Wl,saprfc.so -o .lib                                                                                                                     s/saprfc.so
/usr/bin/ld: skipping incompatible /usr/sap/rfcsdk/lib/librfccm.so when searchin                                                                                                                     g for -lrfccm
/usr/bin/ld: cannot find -lrfccm
collect2: ld returned 1 exit status
make: *** [saprfc.la] Hata 1
root@LOKAL2:/usr/src/saprfc-1.4.1# cd ..
root@LOKAL2:/usr/src# rm -r saprfc-1.4.1
root@LOKAL2:/usr/src# tar zxvf saprfc-1.4.1.tar.gz
saprfc-1.4.1/
saprfc-1.4.1/sapclasses/
saprfc-1.4.1/sapclasses/examples/
saprfc-1.4.1/sapclasses/examples/example_client.php
saprfc-1.4.1/sapclasses/examples/example_connect1.php
saprfc-1.4.1/sapclasses/examples/example_connect2.php
saprfc-1.4.1/sapclasses/examples/example_connect3.php
saprfc-1.4.1/sapclasses/examples/example_connect4.php
saprfc-1.4.1/sapclasses/examples/example_trfc.php
saprfc-1.4.1/sapclasses/examples/example_userlist.php
saprfc-1.4.1/sapclasses/sap.php
saprfc-1.4.1/sapclasses/sap_connection.php
saprfc-1.4.1/sapclasses/sap_function.php
saprfc-1.4.1/sapclasses/sap_table.php
saprfc-1.4.1/CREDITS
saprfc-1.4.1/ChangeLog
saprfc-1.4.1/INSTALL
saprfc-1.4.1/INSTALL.hints
saprfc-1.4.1/LICENSE
saprfc-1.4.1/Makefile.in
saprfc-1.4.1/PLATFORMS
saprfc-1.4.1/README.compile
saprfc-1.4.1/client.php
saprfc-1.4.1/config.m4
saprfc-1.4.1/config.m4-4.0.5
saprfc-1.4.1/config.m4-4.3.0
saprfc-1.4.1/example_userlist.php
saprfc-1.4.1/php_saprfc.h
saprfc-1.4.1/rfccal.c
saprfc-1.4.1/rfccal.h
saprfc-1.4.1/saprfc.c
saprfc-1.4.1/saprfc.dsp
saprfc-1.4.1/saprfc.dsp5
saprfc-1.4.1/saprfc.html
saprfc-1.4.1/saprfc.php
saprfc-1.4.1/saprfc_test.php
saprfc-1.4.1/server.php
saprfc-1.4.1/test_sso.php
saprfc-1.4.1/trfcserv.php
root@LOKAL2:/usr/src# ls
glibc  saprfc-1.4.1  saprfc-1.4.1.tar.gz
root@LOKAL2:/usr/src# cd saprfc-1.4.1/
root@LOKAL2:/usr/src/saprfc-1.4.1# export SAPRFC_DIR=/usr/sap/rfcsdk/
root@LOKAL2:/usr/src/saprfc-1.4.1# export PATH=$SAPRFC_DIR/bin:$PATH
root@LOKAL2:/usr/src/saprfc-1.4.1# phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
root@LOKAL2:/usr/src/saprfc-1.4.1# ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20090626+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for saprfc support... yes, shared
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
root@LOKAL2:/usr/src/saprfc-1.4.1# clear
root@LOKAL2:/usr/src/saprfc-1.4.1# make
/bin/bash /usr/src/saprfc-1.4.1/libtool --mode=compile cc  -I. -I/usr/src/saprfc-1.4.1 -DPHP_ATOM_INC -I/usr/src/saprfc-1.4.1/include -I/usr/src/saprfc-1.4.1/main -I/usr/src/saprfc-1.4.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/sap/rfcsdk/include  -DHAVE_CONFIG_H  -g -O2   -c /usr/src/saprfc-1.4.1/saprfc.c -o saprfc.lo
libtool: compile:  cc -I. -I/usr/src/saprfc-1.4.1 -DPHP_ATOM_INC -I/usr/src/saprfc-1.4.1/include -I/usr/src/saprfc-1.4.1/main -I/usr/src/saprfc-1.4.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/sap/rfcsdk/include -DHAVE_CONFIG_H -g -O2 -c /usr/src/saprfc-1.4.1/saprfc.c  -fPIC -DPIC -o .libs/saprfc.o
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_openâ:
/usr/src/saprfc-1.4.1/saprfc.c:481: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_function_discoverâ:
/usr/src/saprfc-1.4.1/saprfc.c:551: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c:555: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_function_defineâ:
/usr/src/saprfc-1.4.1/saprfc.c:627: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c:631: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_function_interfaceâ:
/usr/src/saprfc-1.4.1/saprfc.c:786: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_function_debug_infoâ:
/usr/src/saprfc-1.4.1/saprfc.c:880: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c:884: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_optionalâ:
/usr/src/saprfc-1.4.1/saprfc.c:1014: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_importâ:
/usr/src/saprfc-1.4.1/saprfc.c:1056: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_exportâ:
/usr/src/saprfc-1.4.1/saprfc.c:1137: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_table_initâ:
/usr/src/saprfc-1.4.1/saprfc.c:1210: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_table_appendâ:
/usr/src/saprfc-1.4.1/saprfc.c:1257: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_table_insertâ:
/usr/src/saprfc-1.4.1/saprfc.c:1332: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_table_modifyâ:
/usr/src/saprfc-1.4.1/saprfc.c:1408: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_table_removeâ:
/usr/src/saprfc-1.4.1/saprfc.c:1479: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_table_readâ:
/usr/src/saprfc-1.4.1/saprfc.c:1517: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_table_rowsâ:
/usr/src/saprfc-1.4.1/saprfc.c:1580: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_call_and_receiveâ:
/usr/src/saprfc-1.4.1/saprfc.c:1610: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_exceptionâ:
/usr/src/saprfc-1.4.1/saprfc.c:1651: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_function_freeâ:
/usr/src/saprfc-1.4.1/saprfc.c:1683: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_closeâ:
/usr/src/saprfc-1.4.1/saprfc.c:1708: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_set_code_pageâ:
/usr/src/saprfc-1.4.1/saprfc.c:1734: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_attributesâ:
/usr/src/saprfc-1.4.1/saprfc.c:1769: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_server_acceptâ:
/usr/src/saprfc-1.4.1/saprfc.c:1837: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_server_importâ:
/usr/src/saprfc-1.4.1/saprfc.c:1889: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_server_exportâ:
/usr/src/saprfc-1.4.1/saprfc.c:1966: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_server_dispatchâ:
/usr/src/saprfc-1.4.1/saprfc.c:2060: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c:2066: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_trfc_installâ:
/usr/src/saprfc-1.4.1/saprfc.c:2190: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_trfc_callâ:
/usr/src/saprfc-1.4.1/saprfc.c:2238: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_trfc_tidâ:
/usr/src/saprfc-1.4.1/saprfc.c:2275: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_set_traceâ:
/usr/src/saprfc-1.4.1/saprfc.c:2312: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_server_register_checkâ:
/usr/src/saprfc-1.4.1/saprfc.c:2343: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_server_register_cancelâ:
/usr/src/saprfc-1.4.1/saprfc.c:2382: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_function_nameâ:
/usr/src/saprfc-1.4.1/saprfc.c:2418: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_allow_start_programâ:
/usr/src/saprfc-1.4.1/saprfc.c:2449: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/usr/src/saprfc-1.4.1/saprfc.c: In function âzif_saprfc_get_ticketâ:
/usr/src/saprfc-1.4.1/saprfc.c:2485: warning: âzend_get_parameters_exâ is deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/bin/bash /usr/src/saprfc-1.4.1/libtool --mode=compile cc  -I. -I/usr/src/saprfc-1.4.1 -DPHP_ATOM_INC -I/usr/src/saprfc-1.4.1/include -I/usr/src/saprfc-1.4.1/main -I/usr/src/saprfc-1.4.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/sap/rfcsdk/include  -DHAVE_CONFIG_H  -g -O2   -c /usr/src/saprfc-1.4.1/rfccal.c -o rfccal.lo
libtool: compile:  cc -I. -I/usr/src/saprfc-1.4.1 -DPHP_ATOM_INC -I/usr/src/saprfc-1.4.1/include -I/usr/src/saprfc-1.4.1/main -I/usr/src/saprfc-1.4.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/sap/rfcsdk/include -DHAVE_CONFIG_H -g -O2 -c /usr/src/saprfc-1.4.1/rfccal.c  -fPIC -DPIC -o .libs/rfccal.o
/bin/bash /usr/src/saprfc-1.4.1/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/saprfc-1.4.1/include -I/usr/src/saprfc-1.4.1/main -I/usr/src/saprfc-1.4.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/sap/rfcsdk/include  -DHAVE_CONFIG_H  -g -O2   -o saprfc.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/saprfc-1.4.1/modules  saprfc.lo rfccal.lo -Wl,-rpath,/usr/sap/rfcsdk/lib -L/usr/sap/rfcsdk/lib -lrfccm
libtool: link: cc -shared  .libs/saprfc.o .libs/rfccal.o   -L/usr/sap/rfcsdk/lib -lrfccm  -Wl,-rpath -Wl,/usr/sap/rfcsdk/lib   -Wl,-soname -Wl,saprfc.so -o .libs/saprfc.so
/usr/bin/ld: skipping incompatible /usr/sap/rfcsdk/lib/librfccm.so when searching for -lrfccm
/usr/bin/ld: cannot find -lrfccm
collect2: ld returned 1 exit status
make: *** [saprfc.la] Hata 1
root@LOKAL2:/usr/src/saprfc-1.4.1#