| Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-16-2012, 12:34 PM
|
#1
|
|
LQ Newbie
Registered: Apr 2012
Posts: 15
Rep: 
|
asp in apache (2012)
Quote:
Originally Posted by Rabid Cougar
Actually, I just got walked through setting up Sun One ASP 4.0.1 on Slackware 10.0. So the short answer is yes, it is possible to run ASP code (VBScript) on Linux. I might be doing a How-To. Anyone interested?
|
Yes, I am absolutely interested in a step-by-step guide. Let me tell you what I am facing at this point.
I am trying to install Sun One ASP 4.6.0x in my Debian 6. Unfortunately I am having 2 issues that I would like the huge, enormous favor anybody here in the forum provide with 2 lines of help since I can't move ahead with the installation
Right after installing it I got the following issue from the setup:
a. that it can't find the "libstdc++-libc6.1-1.so.2" library while in fact I have /usr/lib/libstdc++.so.6.0.13 . To workaround it I made symbolic link based on a suggestion I read on a forum so the setup ran away into the next step
b. however it's not finding the Apache 2.0.52 I have installed. I specifically checked out and this copy of Sun One ASP covers this version, in fact I installed this version specifically in order to comply with it. The problem is that it doesn't find it, it doesn't find the port.
c. next step it tells about pre-existing 'libraries' not installed, while not specifying which libraries are not installed. I have a fresh Debian 6 Linux installed
A million thanks to anyone that could give help how to have Sun One ASP properly installed
[Unauthorized Sun One ASP package location removed]
I absolutely need this working urgently
Regards
Diego Sendra
Last edited by unSpawn; 11-16-2012 at 08:08 PM.
Reason: //Unauthorized Sun One ASP package location removed
|
|
|
|
11-16-2012, 12:49 PM
|
#2
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,813
|
Quote:
Originally Posted by diegosendra
Yes, I am absolutely interested in a step-by-step guide. Let me tell you what I am facing at this point.
I am trying to install Sun One ASP 4.6.0x in my Debian 6. Unfortunately I am having 2 issues that I would like the huge, enormous favor anybody here in the forum provide with 2 lines of help since I can't move ahead with the installation
Right after installing it I got the following issue from the setup:
a. that it can't find the "libstdc++-libc6.1-1.so.2" library while in fact I have /usr/lib/libstdc++.so.6.0.13 . To workaround it I made symbolic link based on a suggestion I read on a forum so the setup ran away into the next step
b. however it's not finding the Apache 2.0.52 I have installed. I specifically checked out and this copy of Sun One ASP covers this version, in fact I installed this version specifically in order to comply with it. The problem is that it doesn't find it, it doesn't find the port.
c. next step it tells about pre-existing 'libraries' not installed, while not specifying which libraries are not installed. I have a fresh Debian 6 Linux installed
A million thanks to anyone that could give help how to have Sun One ASP properly installed
[Unauthorized Sun One ASP package location removed]
I absolutely need this working urgently
|
We volunteer our time here...expecting 'urgent' help is fairly rude. Also, you have posted the same question three times, and re-opened threads from 2004 and 2005 to do it.
The reason you're having problems, is that Sun One is ancient, and no longer supported. That's why it's asking for libraries that are old, and can't be installed correctly. You might try to go through the install.sh file step by step, and see if you can get it to look for current libraries/paths, but even then it's no guarantee you'll get it working at all. It would be like trying to get a Windows 95 program running on Windows 8....you MIGHT be able to, but even if you did, it wouldn't work correctly.
Last edited by unSpawn; 11-16-2012 at 08:08 PM.
Reason: //Unauthorized Sun One ASP package location removed
|
|
|
|
11-16-2012, 01:03 PM
|
#3
|
|
LQ Newbie
Registered: Apr 2012
Posts: 15
Original Poster
Rep: 
|
I am not trying to be rude, I am trying to point out something absolutely obvious that should run in every Linux, natively in every version of Apache. I am not saying ASP is better than PHP, I think they are complementary and ASP is alive since 1998 when PHP didn't even exist
Let me tell you something, there are not specifically housewives that would be willing to migrate their Windows-based computers into Linux to play their solitaire game, but rather programmers. And there are two huge groups of programmers in the world, those that started up learning Windows languages back in the DOS days in the 80's when they were kids, and those who started learning C in Unix machines. Still, there's a huge, enormous group of programmers that made their websites in ASP back in the day and that simply love the language
In my humble oppinion, having Linux /Apache natively support ASP, would be something essential that should have been thought of since its inception and the best move possible towards having hundreds of thousands of Microsoft coders migrate into Linux, painless and efficiently
It's not that I am rude, I just can't understand why basic things are not thought of. At this point I have countless ASP developments that I have to support and having Linux not being able to run it leads me only to wipe-out the linux partition and forget about trying Linux ever again
|
|
|
|
11-16-2012, 02:39 PM
|
#4
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,813
|
Quote:
Originally Posted by diegosendra
I am not trying to be rude, I am trying to point out something absolutely obvious that should run in every Linux, natively in every version of Apache. I am not saying ASP is better than PHP, I think they are complementary and ASP is alive since 1998 when PHP didn't even exist
Let me tell you something, there are not specifically housewives that would be willing to migrate their Windows-based computers into Linux to play their solitaire game, but rather programmers. And there are two huge groups of programmers in the world, those that started up learning Windows languages back in the DOS days in the 80's when they were kids, and those who started learning C in Unix machines. Still, there's a huge, enormous group of programmers that made their websites in ASP back in the day and that simply love the language
In my humble oppinion, having Linux /Apache natively support ASP, would be something essential that should have been thought of since its inception and the best move possible towards having hundreds of thousands of Microsoft coders migrate into Linux, painless and efficiently
It's not that I am rude, I just can't understand why basic things are not thought of. At this point I have countless ASP developments that I have to support and having Linux not being able to run it leads me only to wipe-out the linux partition and forget about trying Linux ever again
|
You're being rude by asking for 'urgent' help...and by triple-posting your question, and reopening old threads.
And a very quick Google search turns up all sorts of interesting things:
http://www.apache-asp.org/install.html
ASP is supported under Apache, and has been. If you want to continue to use ASP, go right ahead...no one is forcing you to update to current technology.
|
|
|
|
11-16-2012, 02:51 PM
|
#5
|
|
LQ Newbie
Registered: Apr 2012
Posts: 15
Original Poster
Rep: 
|
Quote:
Originally Posted by TB0ne
You're being rude by asking for 'urgent' help...and by triple-posting your question, and reopening old threads.
And a very quick Google search turns up all sorts of interesting things:
http://www.apache-asp.org/install.html
|
apache-asp doesn't run/interprets VBscript code at all, it will let you run .asp files only if they have perl code inside. That's not what I am after
I am not being rude, I want solutions
|
|
|
|
11-16-2012, 08:14 PM
|
#6
|
|
Moderator
Registered: May 2001
Posts: 24,808
|
Please post your thread / question once and in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is closed because it is a duplicate. Also please don't necro-post unless your reply significantly helps enlighten people wrt the threads topic. Do not necro-post to tack on your own questions: create a new thread instead. Besides that you have posted an unauthorized Sun ONE Active Server Pages URI which I have removed. Posts pruned 'n grafted onto new thread & closed.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:38 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|