Recent content by Auriferous

  1. A

    Need help ODBC on Linux connecting to another Linux machine

    Well i'm not exactly sure but mostly just having the right variables exported properly. I actually ended up copying /usr/dlc from a redhat box and pasting into /usr/dlc on the Oracle Enterprise Linux Box. Then I exported the variables and it magically started working! Still having some issures...
  2. A

    Need help ODBC on Linux connecting to another Linux machine

    GOT IT WORKING!! Finally after 3 days! Thanks for the help.. just enough direction to get me looking in the right places!
  3. A

    Need help ODBC on Linux connecting to another Linux machine

    OK, After setting some environment variables I was able to get the error message to go away however now I'm getting errors in the apache log saying "odbc.ini cannot be found." I set ODBCINI and ODBCSYSINI but this doesn't seem to have helped..
  4. A

    Need help ODBC on Linux connecting to another Linux machine

    Any Ideas how to resolve these errors?
  5. A

    Need help ODBC on Linux connecting to another Linux machine

    [root@ftpsrv ~]# cd /usr/dlc/odbc/lib [root@ftpsrv lib]# ldd* bash: ldd*: command not found [root@ftpsrv lib]# ldd * libodbcinst.so: linux-gate.so.1 => (0x001b3000) libpthread.so.0 => /lib/libpthread.so.0 (0x00580000) libstdc++-libc6.2-2.so.3 =>...
  6. A

    Need help ODBC on Linux connecting to another Linux machine

    libdl.so.2 is on the system in root.... /lib
  7. A

    Need help ODBC on Linux connecting to another Linux machine

    Ok.. So why is odbc/lib show up in the root path but not in the other? [root@ftpsrv ~]# cd /usr/dlc/odbc/lib [root@ftpsrv lib]# cd / [root@ftpsrv /]# cd root [root@ftpsrv ~]# cd $DLC/odbc/lib bash: cd: /odbc/lib: No such file or directory [root@ftpsrv ~]#
  8. A

    Need help ODBC on Linux connecting to another Linux machine

    [ODBC Data Sources] SXNote=Progress_SQL92_Driver [SXNote] Driver=/usr/dlc/odbc/lib/pgpro1019.so DatabaseName=nxt PortNumber=7150 HostName=192.168.136.195 LogonID=sysprogress Password=123 APILevel=1 ConnectFunctions=YYN CPTimeout=60 DriverODBCVer=03.60 FileUsage=0 SQLLevel=0 UsageCount=1...
  9. A

    Need help ODBC on Linux connecting to another Linux machine

    [root@ftpsrv ~]# LD_ASSUME_KERNEL=2.4.1 [root@ftpsrv ~]# LD_ASSUME_KERNEL=2.4.1 [root@ftpsrv ~]# export LD_ASSUME_KERNEL [root@ftpsrv ~]# cd $DLC/odbc/lib bash: cd: /odbc/lib: No such file or directory [root@ftpsrv ~]# ldd * /bin/sh: error while loading shared libraries: libdl.so.2: cannot...
  10. A

    Need help ODBC on Linux connecting to another Linux machine

    Also, I did try.. LD_ASSUME_KERNEL=2.4.1 but not.. export LD_ASSUME_KERNEL; I'm still new at working with environment variables. Could you possibly explain the difference in those two statements? Also, is this something that would have to been done each time the machine is booted? Shouldn't...
  11. A

    Need help ODBC on Linux connecting to another Linux machine

    Appreciate the pointers and especially the shell commands as I'm still a bit of a noobie on linux. I did not know that Oracle Enterprise Linux was unsupported... its really just RHEL... more so the CENTOS probably. I will try your suggestions and see how it works out. Thanks again! Bryan
  12. A

    Need help ODBC on Linux connecting to another Linux machine

    I get this error: Warning: odbc_connect() [function.odbc-connect]: SQL error: [unixODBC][Driver Manager]Can't open lib '/usr/dlc/odbc/lib/pgpro1019.so' : libpgicu19.so: cannot open shared object file: No such file or directory, SQL state 01000 in SQLConnect in /var/www/html/SugarCRM/test.php...
  13. A

    Need help ODBC on Linux connecting to another Linux machine

    Ok.. check out that article. The php side is not where i'm having trouble. I have openedge set up on a windows machine and have no problem setting up a windows DSN and connecting with php. My problem is on how to configure a dsn on the linux machine. I have no problems configuing mysql with...
  14. A

    Need help ODBC on Linux connecting to another Linux machine

    Thanks for the help.. I'll check them out. One question.. I have the driver installed. I was trying to use the driver manager from the package but it seems the only way to do it is through unixODBC?
  15. A

    Need help ODBC on Linux connecting to another Linux machine

    Not trying to connect to Oracle.. The OS is Oracle Enterprise Linux 5.2. Its basically RHEL 5
Top