Unable to install sybase on RHEL 5


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unable to install sybase on RHEL 5
# 1  
Old 07-29-2014
Unable to install sybase on RHEL 5

Hello Friends,

I am trying to install ASE 15.7 on RHEL 5 through VMWARE.
I added the user sybase, group sybase and followed the initial checks
However while trying to run the "./setup" file from the sybase user account, I get the below error:
Code:
-bash : ./setup Permission Denied

I have created the sybase account and running this through sybase account
I am trying to install the setup through an iso file uploaded in VMWARE

Kindly let me know what could be wrong here?

Last edited by rbatte1; 07-29-2014 at 10:41 AM.. Reason: Ad
# 2  
Old 07-29-2014
./setup seems to miss the x-Bit (x=executable).
Test it with
Code:
ls -l setup

Set it with
Code:
chmod +x setup

Alternatively you can execute a non-executable script by running the interpreter explicitly with
Code:
/bin/bash setup

# 3  
Old 07-29-2014
Thanks Made,

I tried the steps, but it didnt work out

Got an error : Unable to execute


Regards,
Vinay
# 4  
Old 07-29-2014
Can you show us the output from the following please:-
Code:
ls -l ./setup

Code:
/bin/bash ./setup

Please paste the output in CODE tags.



Robin
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Is it possible to install RHEL 7 on top of RHEL 6?

Hi We have RHEL 6.7 on an HP physical server and want to install RHEL 7 (not upgrade) on top of it by means of virtualization. Is it possible to install/configure RHEV/KVM virtualization on base RHEL 6.7 OS instance and then install RHEL 7 as a VM guest on it? If yes, could you please guide me... (1 Reply)
Discussion started by: magnus29
1 Replies

2. UNIX for Advanced & Expert Users

Unable to authenticate in LDAP RHEL 6.0

Hi there, I run a lab of around 20 systems. I have setup my LDAP server and LDAP clients. But when I try to log on to other cleint machines from a client machine, the error shows that "Permission Denied". On the other hand, if I login onto server from any client machine, the communication takes... (1 Reply)
Discussion started by: Ankur Goyal
1 Replies

3. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies

4. UNIX for Dummies Questions & Answers

Unable to enable SeLinux on RHEL 7

I worked all night on creating an RHEL 7 template customized for our private cloud and almost had it ready. While doing the final part, enabling GDM, I made the blunder of disabling SELINUX. Now I am not able to re-enable or put into permissive mode again. Earlier, when this happened on RHEL 6... (3 Replies)
Discussion started by: satish51392111
3 Replies

5. Red Hat

Unable to detect HP backup tapes in RHEL 6.2

Hi All, We connected 2 new tape drives to the servers. I am not able to see both HP tape drives in OS level. I am using RHEL 6.2 OS. I have scanned and rebooted the server but still can't able to find the drives. Thanks in advance..!!!! ---------- Post updated 10-22-13 at 05:07 PM... (1 Reply)
Discussion started by: Navkreddy
1 Replies

6. Red Hat

INSTALL RPM's IN RHEL 5.5

After checking the dependencies from below command:- yum deplist gcc Update:- Now when I tried to install the very first dependency , it gave the below error, I guess something is wrong with YUM server itself :P ... (1 Reply)
Discussion started by: manish131081
1 Replies

7. Red Hat

How to Install JCAPS on RHEL 5.4 OS?

Hello Geeks, I would like to know the procedure and the commands which are used for this. Thanks for your time. Thanks, NaReN (0 Replies)
Discussion started by: naren nandale
0 Replies

8. Linux

Steps to install RHEL 6.0

I wanted clarity on the steps to install RHEL 6.0. The steps are as follows:- 1) Download the ISO image from the Red Hat site. 2) Burn it into DVD. 3) Download boot.iso from Red Hat (Is this step required or ISO image can install RHEL 6.0 by itself?) 4) Start installation from DVD. Request... (4 Replies)
Discussion started by: RHCE
4 Replies

9. Red Hat

RHEL: Users unable to login via SSH

removing the post (6 Replies)
Discussion started by: titanic4u
6 Replies

10. Solaris

Install DBD-Sybase on Solaris

Hi, I am facing problems in installing DBD-Sybase. Makefile.PL runs fine. Don't get any errors while running make. But make test gives many errors as below. sailfish@st-kvar02 -> perl Makefile.PL Sybase OpenClient 12.5.1 found. By default DBD::Sybase 1.05 and later use the 'CHAINED' mode... (0 Replies)
Discussion started by: nalina.hv
0 Replies
Login or Register to Ask a Question