- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perl: Wont Execute: Permission Denied
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2003 10:46 AM
тАО04-21-2003 10:46 AM
/opt/perl_64/bin/perl: Execute permission denied.
/opt/sec_mgmt/spc/bin/security_patch_check[100]: < 5 : Syntax error
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2003 10:54 AM
тАО04-21-2003 10:54 AM
Re: Perl: Wont Execute: Permission Denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2003 11:03 AM
тАО04-21-2003 11:03 AM
Re: Perl: Wont Execute: Permission Denied
What are the permissions?
ll /opt/perl_64/bin/perl
I think you don't have executable permissions.
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2003 11:20 AM
тАО04-21-2003 11:20 AM
Re: Perl: Wont Execute: Permission Denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2003 01:45 PM
тАО04-21-2003 01:45 PM
Re: Perl: Wont Execute: Permission Denied
Maybe if you elaborated a little more than just the error outputs. Are you just typing perl at the command prompt? Do you have a script with the first line:
#!/opt/perl_64/bin/perl
or just exactly how are you trying to use perl but it's not letting you?
A little more detail please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2003 04:47 AM
тАО04-22-2003 04:47 AM
SolutionRun the script 'ux' from https://www.beepz.com/personal/merijn/ or http://www.cmve.net/~merijn/ to see if your system is 64bit capable at all.
# file /opt/perl_64/bin/perl
and the least it should be able to do is
# /opt/perl_64/bin/perl -v
to show the version
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2003 05:50 AM
тАО04-22-2003 05:50 AM