how to download and install MDAC on rhel6

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat how to download and install MDAC on rhel6
# 1  
Old 05-07-2011
how to download and install MDAC on rhel6

Hello,
I'm going to use HeidiSQL client in order to access MS SQL server.
I'm running RHEL6 64 bit. This application is supported on my OS but only using WINE. Well I installed WINE. When I try to connect to my database is crashes and says that I need Microsoft Data Access Components 2.1 (or later). For that reason I should use winetrics utility. Now I installed winetricks but can't find where could get MDAC for rhel6.
Could someone pls point me where could I download that package?
Thanks in advance.

---------- Post updated at 11:46 AM ---------- Previous update was at 10:57 AM ----------

Please never mind ... I'm all set ... just was confused looking for linux stuff when I just need to install windows package ... sorry.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Steps to download and install UNIX in windows7 32 bit.

Can anyone tell the steps to download and install unix OS in windows 7 32 bit. I want to install unix and practice commands there. Any version is ok (4 Replies)
Discussion started by: Little
4 Replies

2. Red Hat

Install RHEL6 on x3650M4 with RAID5

Hi All, I have a new x3650 M4 server with hardware RAID 5 configured 4 x 300 GB (HDD). The Raid controller is ServeRAID M5110e. Im getting "device not found" error during hardisk detection of RHEL6 install using DVD. Some pages over the net pointed to using ServerGuide media for... (1 Reply)
Discussion started by: Solaris_Begin
1 Replies

3. Red Hat

whats new in rhel6

hi everyone please tell me what is new in rhel 6 version,than rhel 5 or rhel 5.5? (1 Reply)
Discussion started by: dipanjan123
1 Replies

4. Red Hat

Questions About RHEL 6, CentOS 5.5 download and install

Hi, I have some questions about RHEL and CentOS download and installation. (1) Is RHEL6.0 x86_64 beta downloaded from Red Hat site working fine? (2) Where to download CentOS 5.5 DVD iso without using BitTorrent? (3) What are the differences between these two images - CentOS 5.5 i386 and... (6 Replies)
Discussion started by: aixlover
6 Replies

5. AIX

How to install sudu and from where to get the download

Hello, I'm helping to manage an enterprise shop with a few UNIX AIX and Sun Solaris boxes. From where can I get sudu and how easy is it to install? We're interested in both the AIX and Sun installs. Thanks in advance. (2 Replies)
Discussion started by: tcovarrubias
2 Replies

6. AIX

Aix download and Install

I am new to Aix and would like to learn . Is there is some free download for this os available to be installed on a home desktop pc with 4 gb ram and 2.7 ibm single proc computer . can some one help me with the download link and installation instructions. Thank you in advance (3 Replies)
Discussion started by: bally90
3 Replies

7. UNIX for Dummies Questions & Answers

Download & install JDK 1.6

Hi.. I want to download & install JDK 1.6 for linux so please help me where i can downlod it free Regards Rinku Garg (1 Reply)
Discussion started by: rinkugarg
1 Replies

8. Solaris

Guide to Download and Install for MUTT

Hi, Anyone know where to download the MUTT and the installation guide, I'm using Solaris 10. Thanks in Advance Ferdie (1 Reply)
Discussion started by: dba_macau
1 Replies

9. Solaris

Please,cannot install solaris 10 after download

I download sun solaris 10(sol-10-u5-ga-x86-dvd-iso-a), then I extract the file but I cannot install. after that I burn it to DVD than reboot the computer to make it install but it dosenot work. Please tell me how can I do:mad: (4 Replies)
Discussion started by: sackNumchai
4 Replies

10. Programming

how to download and install the following subsets to my UNIX system?

To install C++ complier to my UNIX workstation, I was asked to have the following subsets already in the OSF OSFBASEnnn OSFPGMRnnn OSFCMPLRSnnn OSFINCLUDEnnn CXLLIBAnnn OSFDCMTnnn Where could I find those subsets to load into my UNIX system? (0 Replies)
Discussion started by: nomen
0 Replies
Login or Register to Ask a Question
KSC(1)								   User Commands							    KSC(1)

NAME
ksc - Linux kernel module source checker SYNOPSIS
ksc [ -d | --directory ] DIRECTORY ksc [ -k | --ko ] FILE OPTIONS
KSC accepts command-line arguments, and has both a long and short form usage. You can use either style or combine them to specify options. When the tool is run with kernel module sources it checks for all four architectures, and when run with binary kernel modules, it checks for the specific architecture for which the binary was built. Valid RHEL whitelist releases are rhel6.0, rhel6.1, rhel6.2, rhel6.3, rhel6.4 -h, --help show this help message and exit -c CONFIG, --config=CONFIG path to the local ksc.conf file. If not specified the tool tries to read from ~/ksc.conf and if that is also not found then from /etc/ksc.conf -d DIRECTORY, --directory=DIRECTORY path to the directory -i, --internal to create text files to be used internally. -k KO, --ko=KO path to the ko file. You should either use -d or -k to run the KSC tool, but not both. If both -d and -k option is used at the same time then only -d is used and the -k option is discarded. -n RELEASENAME, --name=RELEASENAME Red Hat release against which the bug is to be filed. Default value is 6.5 -p PREVIOUS, --previous=PREVIOUS path to the previous resultset file and submit it as a bug to Red Hat Bugzilla. -r RELEASE, --release=RELEASE RHEL whitelist release used for comparison -s, --submit Submits the report to the Red Hat bugzilla (https://bugzilla.redhat.com). The credentials need to be in the /etc/ksc.conf file. The tool will prompt for bugzilla password. The configuration file looks like below: [bugzilla] user=user@redhat.com partner=partner-name partnergroup=partner-group server=https://bugzilla.redhat.com/xmlrpc.cgi -v, --version Prints KSC version number ksc - Version 0.9.11 Feb 2014 KSC(1)