SAPRFC 1.4.1 / UNIX SOLARIS 32 Bits / RFC_34-20000061.SAR

Install is OK, but when I test with PHP I Have this error :
PHP Warning:  Unknown(): Unable to load dynamic library '/opt/rfcsdk/lib/saprfc.so' - ld.so.1: ./php: fatal: relocation error: file /opt/rfcsdk/lib/librfccm.so: symbol __1cG__CrunKpure_error6F_v_: referenced symbol not found in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/opt/rfcsdk/lib/librfccm.so' - ld.so.1: ./php: fatal: relocation error: file /opt/rfcsdk/lib/librfccm.so: symbol __1cG__CrunKpure_error6F_v_: referenced symbol not found in Unknown on line 0
<p>debut</p>PHP Fatal error:  Call to undefined function:  saprfc_open() in /export/home/sites/docs_php/BsurI/client.php on line 31
And Module SAPRFC doesn't appear in phpinfo() ?
I Have Not found "Non-Unicode SAP RFCSDK 6.20 for compilation under UNIX (if you are SAP customer you can find it on http://service.sap.com/swdc under Patches for SAP WEB AS - SAP WEB AS 6.20 - SAP RFC SDK ) "  and I have download RFCSDK 6.40 Sparc 32 Bits in Additional Components > SAP RFC SDK > SAPRFC SDK 6.40

SOLVED:
Disabled ECC in the bios (though Windows and Gentoo Linux show now trouble whatsoever with my ECC memory, solaris doesn't like it)

Similar Messages

  • Error in installation of 64 bit 11g client on solaris sparc64 bit

    hi,
    i am getting below error while installing the 11g 64 bit client on solaris sparc 64 bit machine.
    following error is occurred while installing 64 bit oracle 11.2 client on Solaris 64-bit sparcv9 OS:
    Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile
    kindly assist.
    Thanks,
    -Shubhen

    user12052679 wrote:
    hi,
    i am getting below error while installing the 11g 64 bit client on solaris sparc 64 bit machine.
    following error is occurred while installing 64 bit oracle 11.2 client on Solaris 64-bit sparcv9 OS:
    Pl read the Install Guide to ensure you meet all of the pre-installation requirements - http://docs.oracle.com/cd/E11882_01/install.112/e24347/pre_install.htm#CIHFICFD
    Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile
    kindly assist.
    Thanks,
    -ShubhenHTH
    Srini

  • Can't download Oracle 8.1.7 Enterprise Edition for Solaris 32 bit??

    I can't download Oracle 8.1.7 Enterprise Edition for Solaris 32 bit. After filling out the form with the questions...I click on the actual link, but the box never pops up. The status bar on my Internet Explorer slowly increases, but never allows me to download. It just hangs. I have tried multiple times, and I can download other verions from your site...and have many times in the past. Could you please fix this. Thanks.

    I've looked at it and it seems fine. It might have been a temporary glitch - let us know if you continue to have trouble.
    OTN

  • How to install owb server-side software on UNIX Solaris (SPACR-64)?

    Hi there,
    How to install owb server-side software on UNIX Solaris (SPACR-64)?
    I've read the install guide
    and it mentions
    3. Start the installer by entering the following at the prompt:
    cd mount_point
    ./runInstaller
    I don't have access to any graphical interface on the UNIX box e.g. x-windows nor any cd with the software, just the solaris software downloaded from web - does this include the runinstaller
    and is the runisnatller just a command line interface?
    I hoped I would be able to download the software from oracle website and then simply run the a setup scrip?
    Is it possible to do this? Would I simply substitute cd mount_point to cd <directory I put software)
    I've never ran oracle universall installer on UNIX before.
    Many Thanks
    Edited by: user575470 on Feb 15, 2009 7:54 AM
    Edited by: user575470 on Feb 15, 2009 8:06 AM

    Hi,
    You can install the server-side software from the downloaded software.
    You don't need the CD
    You do need an X-windows client on your computer to connect to the server OR work directly on the server.
    Without X-windows you cannot start the Oracle Universal Installer.
    Maybe there is a command line installation, I have never used this.
    I hope this helps.
    Regards,
    Emile

  • Can't download Oracle 9i Database Server for SUN Solaris 32 bit platform

    I was not able to download Oracle 9.2.0 DB Server for Sun Solaris 32 bit platform from OTN site this morning. Could someone please take a look at it?
    Thanks,
    Wen Davis

    At this time, Oracle is offering only the 64- bit and we do not
    have additional information if in the future 32-bit will be
    offered.
    Best Regards,
    OTN Team

  • Instant client 10.2.0.2 - Solaris 32 bit - sqlplus relocation error

    Did anyone use the sqlplus that comes with Instant Client 10.2.0.2 - Solaris 32 bit to connect to a remote Oracle database?
    I am unable to get it working.
    More info below:
    I unpacked these two packages onto my Solaris 9 box into a directory called /space/OracleClient10g/instantclient_10_2
    a) instantclient-basic-solaris32-10.2.0.2-20060303.zip
    b) instantclient-sqlplus-solaris32-10.2.0.2-20060303.zip
    I have set the following environment variables (csh):
    setenv ORACLIENT /space/OracleClient10g/instantclient_10_2
    setenv LD_LIBRARY_PATH "$ORACLIENT":"$LD_LIBRARY_PATH"
    set path = ($ORACLIENT $path)
    setenv SQLPATH $ORACLIENT
    setenv TNS_ADMIN $ORACLIENT
    setenv NLS_LANG AMERICAN_AMERICA.UTF8
    The tnsnames.ora file is in the $TNS_ADMIN directory and it has the tns entry that I need.
    When I run sqlplus using the tnsentry, I get a "relocation error" as below:
    $ sqlplus user1/pwd1@tnsentry
    ld.so.1: sqlplus: fatal: relocation error:
    file /space/OracleClient10g/instantclient_10_2/libsqlplus.so: symbol
    lnxqebc_chars: referenced symbol not found
    (The same tns entry is used from a different Solaris 9 machine where I have a full Oracle 9i client installed and sqlplus connects fine using this tns entry - so I do not think there is anything wrong with this tns entry. Besides, the error message that I am getting when I run sqlplus can be reproduced even by simply running 'sqlplus' without any arguments. )
    When I do an 'ldd' on sqlplus, every library needed by sqlplus is loaded correctly.
    $ ldd /space/OracleClient10g/instantclient_10_2/sqlplus
    libsqlplus.so => /space/OracleClient10g/instantclient_10_2/libsqlplus.so
    libclntsh.so.10.1 => /space/OracleClient10g/instantclient_10_2/libclntsh.so.10.1
    libnnz10.so => /space/OracleClient10g/instantclient_10_2/libnnz10.so
    libkstat.so.1 => /usr/lib/libkstat.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libgen.so.1 => /usr/lib/libgen.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libsched.so.1 => /usr/lib/libsched.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libaio.so.1 => /usr/lib/libaio.so.1
    libm.so.1 => /usr/lib/libm.so.1
    libthread.so.1 => /usr/lib/libthread.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
    librt.so.1 => /usr/lib/librt.so.1
    libmd5.so.1 => /usr/lib/libmd5.so.1
    /usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1
    /usr/platform/SUNW,Ultra-Enterprise/lib/libmd5_psr.so.1
    Any ideas on the cause of this error?

    I'd say that there is a problem loading the shared library libsqlplus.so.
    Try 'ldd /space/OracleClient10g/instantclient_10_2/libsqlplus.so' and see which libraries are referenced.
    It seems like they are all found, but at least one of them is missing an entry that should be there.
    - Trace sqlplus with 'strace' or 'truss' (I don't know which of the two exists on Solaris) to
    find out which library has the problem.
    - Check the versions and compare them with the versions required by the installation guide for the Oracle client.
    Yours,
    Laurenz Albe

  • File comparaison works on win32, not on unix solaris

    Hi all!
    I have the following code comparing 2 files. It works on win2000 but doesnt work on unix solaris.
         private boolean fichierIdentiqueBytePourByte( InputStream in1, InputStream in2 ) throws IOException{
              int a = 0, b = 0;
              while(true){
                // read next byte from both stream
                a = in1.read();
                b = in2.read();
                // if its different then files are different and we are done
                if (a!=b) return false;
                // if both are at eof then all checked must be the same
                if (a==-1&&b==-1) return true;
                // if either are at eof then they are different sizes
                if (a==-1||b==-1) return false;
         }any ideas of what the problem might be?
    Thanks

    418nic wrote:
    Hi all!
    I have the following code comparing 2 files. It works on win2000 but doesnt work on unix solaris.
         private boolean fichierIdentiqueBytePourByte( InputStream in1, InputStream in2 ) throws IOException{
              int a = 0, b = 0;
              while(true){
    // read next byte from both stream
    a = in1.read();
    b = in2.read();
    // if its different then files are different and we are done
    if (a!=b) return false;
    // if both are at eof then all checked must be the same
    if (a==-1&&b==-1) return true;
    // if either are at eof then they are different sizes
    if (a==-1||b==-1) return false;
         }any ideas of what the problem might be?
    ThanksWell, from your code, you only have two traits that this depends on to work--comparing int's and EOF. You have hard coded a -1 for EOF into this, I am not completely familiar with EOF condition on different platforms, but I know int's compare without error on every platform. Do a debug and a breakpoint set to stop just before you think you're going to get an EOF and I think you'll see, that the EOF you are using is the actual problem.

  • How to print PDF documents on Unix(Solaris)

    Hi ,
    I wanted to know how to print PDF documents on Unix(Solaris)?
    Is there a document or white paper that i can refer to start printing PDF document.
    What kind of drivers/utilities will be required to achieve the objective?
    Kiran

    Have you tried FOXIT? I think there is a trialversion. I tried Adobereader 2.5 but there is still no option to print.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Install Data Services on UNIX Solaris

    Hi all,
    I`m trying to install Data services on Unix solaris and when I write ' ./install.sh' on command line it show this:
    SunOS: Your system is missing required components:
    Missing package:CE-unsup
    If you continue your installation maybe not work correctly.
    Please press Enter to continue.....
    (I press Enter)
    Patch checking complete
    /tmp/Data_services/perl/boperl.sh: line 18: bin/perl: cannot execute [Invalid argument]
    /tmp/Data_services/perl/boperl.sh[88]: /tmp/Data Services/perl/bin/perl: /tmp/Data_Services/perl/bin/perl:cannot execute [invalid argument]
    sybase@opensolaris: /tmp/Data_services
    Any idea whit this problem?
    Thanks in advance.

    Hi Eduardo,
    if its not in there its not supported.
    I made the experience that it somethimes work installing a BO product on a not supported UNIX OS. But that was mainly BOE not DS.
    Maybe you can install DS on open Solaris but you wont get support for it.
    If you really need to know when or if open solaris is supported than i would suggest you raise a Support MEssage at SAP.
    Regards
    -Seb.

  • Do you have an Adobe Reader for Unix/Solaris?  If so, can you provide me the URL?

    Do you have an Adobe Reader for Unix/Solaris?  If so, can you provide me the URL?

    The last Reader version issued for Unix is 9.5.5; you can download the appropriate files from ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/

  • Webutil on Solaris 64 bit

    All,
    Has any one implemented webutil on Solaris 64 bit server. We are having issues with it in both Development Suite and Forms 10g environment.
    Thanks
    Akshaya

    Thanks Arun.
    We were in touch with Oracle support for last 6 months. We are told we found 2 new bugs in Forms 10g.
    1. A demo form with a sub-class (of either webutil or calendar) is not recognized by the compiler (frmcmp) on a 64-bit Solaris server.
    2. While doing a sub-classing on 64-bit Solaris server, we are getting core dumps.
    So, my original questions comes back, has any one implemented Forms 10g on Solaris 64-bit system.
    Thanks
    Akshaya

  • How to Install OBIEE in Sun Solaris 64 Bit OS?

    Dear All,
    Is any one can help me with screen shot on Installation of OBIEE in Sun Solaris 64 Bit (version 10) OS. OBIEE Version 10.1.3.4
    Also required a check list of Pre-Installation mandate requirements.
    Thanks & Regards
    OBIEE Functional Consultant

    OBIEE documentation: http://download.oracle.com/docs/cd/E10415_01/doc/nav/portal_1.htm where you can find the System Requirements and Supported Platforms guide and the installation guide.
    Regarding screen shots: http://catb.org/esr/faqs/smart-questions.html#homework
    PS: I wouldn't call myself an "OBIEE Consultant" if I couldn't find the OBIEE documentation or needed screen shots to install OBIEE.

  • Issues Compiling using CC on solaris 64 bit

    I am trying to use Wall command along with cc Compiler on Solaris 64 bit but it throws me the error:
    "cc: illegal option -Wall".
    I have been working on gcc for a while and this is my first encounter with cc compiler.
    Please provide the corresponding alternative for Wall on CC
    Thanks in advance
    -SJ

    Well, do you mean cc or CC.
    cc is the sun C compiler. CC is the sun C++ compiler
    -Wall is a gccism. All it does it turn on more compiler warnings.
    So its hardly a critical feature
    if you need to know about cc/CC options then try "man CC" or "man cc"
    You will probably have to add /opt/SUNWspro/man to your manpath first.
    Looking through the CC man page -verbose=diag appears to be the closest equivalent.
    The closest I see in the cc man page is just "-v"
    This is from studio 7. The options may have changed in more recent versions..

  • FileLock doesn't work in UNIX (solaris)

    Hi all,
    I have a piece of code which writes to xml file and before that locks the file to prevent two users writing in same file in same time.
    This code works perfectly on my windows environment (Eclipse and windows 2000) but as soon as I put jar file in UNIX (SOLARIS) it doesn�t work and two clients can change at same time!
    Anyone has an idea what is going on?
    Note: I put sleep just to be able to make a delay so I can try to have access from second client session to test my lock
    Following is my code:
      public synchronized void commitConfiguration() throws ConfigurationDataException
          try {     
              // Get a file channel for the file
              File file = new File(uri);
              FileOutputStream outputStream = new FileOutputStream(file);
              FileChannel  channel = outputStream.getChannel();
              FileLock lock = fileLock(channel);
              if(lock != null) {
                  try {
                      processCommit(outputStream);
                      Thread.sleep(8000);
                  }finally {
                      Thread.sleep(8000);
                      lock.release();
                      channel.close();
              //reload the configuration
              refreshConfiguration();                            
        } catch (Exception e1) {       
            throw new ConfigurationDataException("Cannot commit file, because: " + e1.getMessage());
      private static FileLock fileLock( FileChannel  channel) throws IOException {
          // Use the file channel to create a lock on the file. This is a share lock not exclusive so
          // other users can still read but not set
          // This method blocks until it can retrieve the lock.
          //FileLock lock = channel.lock(0L, Long.MAX_VALUE, true);
          // Try acquiring the lock without blocking. This method returns
          // null or throws an exception if the file is already locked.
          FileLock lock =null;
          try {
              lock = channel.tryLock();
          } catch (OverlappingFileLockException e) {
              // File is already locked in this thread or virtual machine
          if(lock == null) {
              lock = channel.lock();
          return lock;     
      }Thanks,

    So what should we do to have the file locked?
    The Issue is I have one shared file system which all
    of my servers (it is a HA system which there are two
    from each server) having access to same file and I
    want them to be in synch, so I am trying to lock the
    file so no body even from other JVM (second server)
    cannot edit the file at the same time.
    Is there any way to handle this issue with this
    feature of java I mean FileLock and Channel API?Do the Java programs in the other servers also have the code to try and lock the file? Although unix has advisory locks, from what I have read, they should still work as long as you make sure all the Java programs that access the file attempt to get the lock. If any non-Java programs are using the file then they to would need to try and lock the file (not sure if they would play nice with the Java programs).

  • 9.2.0.1 Solaris 32-bit download errors on disk2, disk3

    When i download 9i, 9.2.0.1 for Solaris 32-bit then proceed to gunzip them, the first one is okay, the subsequent cpio files are not. Error:
    gunzip: 92010Sol_Disk2.cpio.gz: invalid compressed data--crc error
    i tried downloading them again then gunzipping them, still no luck. cpio -icd without gunzipping as suggested in the help page doesn't work.
    any help is appreciated, thanks!!!

    Yes we are using Microsoft ISA as our firewall. We can download from OTN on PC's outside the firewall.
    We can also successfully initiate downloads for other Oracle products from within our firewall, it just seems to be 'cpio.gz' zipped files that won't work!
    Message was edited by:
    user492929

Maybe you are looking for

  • Re-extraction should not be allowed in J2i5

    Hi friends, I have this business requirement that data should not be re-extracted once the extraction is done in J2I5 . I did not find any  User_exit or BADI for the same . Can anybody suggest me how can i go about it.?

  • Why can't I click on the "Buy Now" button on some apps in the Mac app store?

    I've tried to buy Limbo, Modern Warfare, and a numerous ammounts of other games, but it won't let me click. on it. I hover my mouse over it, then click, but nothing happens. The button works fine with other apps, but some apps just don't work at all.

  • Mail not displaying certain messages

    Mail is suddenly not displaying certain messages in mailboxes. I can see and select the message in the center pane, but when I click on it to display, I get the "Loading" text and the spinner. This continues without resolution, though sometimes the m

  • Basic Arrears

    hello friend i am new in HR-ABAP. can u plz help me to give the filow that how to find basic Arrears . and how to calculate it.

  • Start up issue g42 TPU 54

    whenever i start my laptop ..it start with beep sound few times and flash screen then windows start up...i have checked my RAM and it is ok..I have 3 GB RAM installed and system information also states 3GB RAM..So dont what is the issues..PLEASE HELP