Are you using bridged networking?
Printable View
well in my VB its called Bridged Adapter...if its right then yes.
Hmhmhm, you messed up the setup somewhere... I'm not using VB and don't have it installed so can't help you much but its related to your connection to the net.
what did you use?
Hi Extornia, you're guide is very helpful. but i have one thing that I confuse.
In your guide, you said is:
9. Edit odbcinst.ini in /etc/ it has to look like this:
But in my odbcinst.ini i have this:Quote:
[FreeTDS]
Description = FreeTDS unixODBC Driver
Driver = /usr/lib/libtdsodbc.so.0
Setup = /usr/lib/libtdsodbc.so.0
UsageCount = 1
Do i need to remove other and remain the "FreeTDS" only?Quote:
[PostgreSQL]
Description = ODBC for PostgreSQL
Driver = /usr/lib/psqlodbc.so
Setup = /usr/lib/libodbcpsqlS.so
Driver64 = /usr/lib64/psqlodbc.so
Setup64 = /usr/lib64/libodbcpsqlS.so
FileUsage = 1
[MySQL]
Description = ODBC for MySQL
Driver = /usr/lib/libmyodbc3_r.so
Setup = /usr/lib/libodbcmyS.so
Driver64 = /usr/lib64/libmyodbc3_r.so
Setup64 = /usr/lib64/libodbcmyS.so
FileUsage = 1
[PostgreSQL64]
Description = ODBC for PostgreSQL (64 bit)
Driver = /usr/lib/psqlodbcw.so
Setup = /usr/lib/libodbcpsqlS64.so
Driver64 = /usr/lib64/psqlodbcw.so
Setup64 = /usr/lib64/libodbcpsqlS64.so
FileUsage = 1
[MySQL64]
Description = ODBC for MySQL (64 bit)
Driver = /usr/lib/libmyodbc5.so
Setup = /usr/lib/libodbcmyS64.so
Driver64 = /usr/lib64/libmyodbc5.so
Setup64 = /usr/lib64/libodbcmyS64.so
FileUsage = 1
[FreeTDS]
Description = FreeTDS unixODBC Driver
Driver = /usr/lib/libtdsodbc.so.0
Setup = /usr/lib/libtdsodbc.so.0
UsageCount = 1
[SQL Server]
Description = FreeTDS unixODBC Driver
Driver = /usr/lib/libtdsodbc.so.0
Setup = /usr/lib/libtdsodbc.so.0
UsageCount = 1
@Hi Extornia and to all who have tried 6.3version:
Is CentOS 6.3 64bit compatible for ep8 or only 5.X version?
i have downloaded 6.3 here, if this is not compatible i will download a 5.8 64bit version coz on the other guide 32bit is only needed for ep8.
I did not have time to bother with CentOS 6. but it will need additional repo-s and even then act like a soab (the OS)
You can leave yours if you want, this is just cleaner as ODBC does not need to load or remember any un-necessary drivers.
When running
step 5 : "rpm --force -Uvh libstdc++6-4.2.2-3mdv2008.0.x86_64.rpm"
Im getting this output :
Code:[root@cabalserver ~]# rpm --force -Uvh libstdc++6-4.2.2-3mdv2008.0.x86_64.rpm
warning: libstdc++6-4.2.2-3mdv2008.0.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 26752624
error: Failed dependencies:
ld-linux-x86-64.so.2()(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
libc.so.6()(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
libgcc_s.so.1()(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
libgcc_s.so.1(GCC_3.0)(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
libgcc_s.so.1(GCC_3.3)(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
libm.so.6()(64bit) is needed by libstdc++6-4.2.2-3mdv2008.0.x86_64
Yes all the steps before step 5 went good everyting updated normaly on a Centos 5.5 x64 machine.
Are you sure you ran my yum install and not the one from the other tutorial?
Try "yum install libgcc"
There is no real point in running it in Debian or CentOS 6.3 as there is no perfomance gain or loss, only additional hasttle and waste of time by using alien on Debian and adding repos on 6.3.
well, this time i downloaded VMWare and tried there, same problem. No Ideas?..
I'm following youre guide on this on, when trying to run "yum install libgcc"
I get this respond :
Code:[root@cabalserver ~]# yum install libgcc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror1.spango.com
* extras: nl.mirror.eurid.eu
* updates: mirror.1000mbps.com
Setting up Install Process
Package libgcc-4.1.2-54.el5.i386 already installed and latest version
Nothing to do
I installed it on debian without alien, you don't need any rpm package. Regarding the GNU/Linux version, it is a matter of personal preferences, but believe me, after all my years of experience working with GNU/Linux I can assure you that anything you were willing to install in centos, it would be way faster with Debian.