Hi We saw the light and start using Linux... We using Linux and apache to run out intranet server...we have a few problem hopefully someone can help me ? The package use to generate the html file are on Microsoft PC - when we FTP this html files to Linux it appear in the htdocs directory, but there is now ''all'' permission. As soon as me change this permission with chmod it is possible to view the pages.. What am I missing - how to you publish from a Microsoft environment onto the apache WWW server? thanx Danie - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
The package use to generate the html file are on Microsoft PC - when we FTP this html files to Linux it appear in the htdocs directory, but there is now ''all'' permission. As soon as me change this permission with chmod it is possible to view the pages..
What am I missing - how to you publish from a Microsoft environment onto
the apache WWW server? you are doing the right thing - getting the files over with ftp and changing the premissions. The web server needs to be able to read the documents, so make it rw-rw-r-- (read/write by owner, group and read only by world) There may be another problem - DOS/ Win world uses CR/LF (carriage return/line feed) to terminate a line. Unix uses only one character - carriage return. This may create some problems with web pages and cgi scripts. So, when this happens, you will need to change the files too. Samartha - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hi, I am trying to marry Mr. Caldera and Ms. Suse & create a crossbreed ;-) - kind of... When I try to install Netscape's fasttrack net server, it complains: libncurses.so.3.2 is needed by fasttrack... and when I stuff the libncurses.so.4.1 from Calderas CD into /lib, the error message above does not change. Then, when I install the libncurses.so.4.1 rpm from Calderas CD, I get a bunch of error messages like: rpm -i ncurses-4.1-1.i386.rpm /usr/bin/clear conflicts with file from ncurses-4.2-1 /usr/bin/infocmp conflicts with file from ncurses-4.2-1 ... /usr/man/man5/terminfo.5.gz conflicts with file from ncurses-4.2-1 /usr/man/man7/term.7.gz conflicts with file from ncurses-4.2-1 /usr/lib/terminfo conflicts with file from terminfo-4.2-1 error: ncurses-4.1-1.i386.rpm cannot be installed Then, trying to locate the ncurses library on the internet - there are only old versions around. Is it in some kind of package? Also, upgrading the libncures and the dependent binaries - would that disable my system?? I remember vaguely that there was some kind of command to run to update all the library dependencies but my brain is failing to remenber... If your brain functions better and remembers - please let's do a mind melt... Thanks anyway, Samartha - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Samartha wrote:
Hi,
I am trying to marry Mr. Caldera and Ms. Suse & create a crossbreed ;-) - kind of...
When I try to install Netscape's fasttrack net server, it complains:
libncurses.so.3.2 is needed by fasttrack...
cd /lib ln -s libncurses.so.4.1 libncurses.so.3 or, recompile the application so that it is linked against libncurses.so.4.1 -- .###. /#######\## -==============================================- ;##### ;# Mike's WindowMaker ;##### ;# <A HREF="http://tasteslikechicken.ml.org/windowmaker.html"><A HREF="http://tasteslikechicken.ml.org/windowmaker.html</A">http://tasteslikechicken.ml.org/windowmaker.html</A</A>> \# /## -==============================================- ###'---'#### - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Thanks, tried it - same result.
cd /lib ln -s libncurses.so.4.1 libncurses.so.3
or, recompile the application so that it is linked against libncurses.so.4.1
got libncurses 4.1 source - ./config ; make ; make install then # cd /lib # ln -s libncurses.so.4.1 libncurses.so.3 # ls -l lib*cur* lrwxrwxrwx 1 root root 17 Aug 18 10:30 libncurses.so.3 -> libncurses.so.4.1 lrwxrwxrwx 1 root root 24 Aug 1 00:53 libncurses.so.3.0 -> libncurses.so.3.0.980228 -rwxr-xr-x 1 root root 733848 Mar 11 04:24 libncurses.so.3.0.980228 -rw-r--r-- 1 root root 273787 Aug 18 01:25 libncurses.so.4.1 #cd /cdrom # find . -name 'fastt*' -print ./col/install/RPMS/fasttrack-export-2.0.1-14.i386.rpm # cd col/install/RPMS # rpm -i fastt*.rpm failed dependencies: libncurses.so.3.2 is needed by fasttrack-export-2.0.1-14 I think I need to find the goddammn source of libncurses 3.2 and install it but so far I was unable to locate that animal. Also, I remember there was some kind of command to symbolically link all library version to their correct versions, but I forgot. Samartha - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
NO NO NO compile the _app_ that wants ncurses 3.2, that way it will link against your ncurses. You misunderstood me. Samartha wrote:
got libncurses 4.1 source - ./config ; make ; make install
then # cd /lib # ln -s libncurses.so.4.1 libncurses.so.3 # ls -l lib*cur* lrwxrwxrwx 1 root root 17 Aug 18 10:30 libncurses.so.3 -> libncurses.so.4.1 lrwxrwxrwx 1 root root 24 Aug 1 00:53 libncurses.so.3.0 -> libncurses.so.3.0.980228 -rwxr-xr-x 1 root root 733848 Mar 11 04:24 libncurses.so.3.0.980228 -rw-r--r-- 1 root root 273787 Aug 18 01:25 libncurses.so.4.1 #cd /cdrom # find . -name 'fastt*' -print ./col/install/RPMS/fasttrack-export-2.0.1-14.i386.rpm # cd col/install/RPMS # rpm -i fastt*.rpm failed dependencies: libncurses.so.3.2 is needed by fasttrack-export-2.0.1-14
I think I need to find the goddammn source of libncurses 3.2 and install it but so far I was unable to locate that animal.
Also, I remember there was some kind of command to symbolically link all library version to their correct versions, but I forgot.
Samartha
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
-- .###. /#######\## -==============================================- ;##### ;# Mike's WindowMaker ;##### ;# <A HREF="http://tasteslikechicken.ml.org/windowmaker.html"><A HREF="http://tasteslikechicken.ml.org/windowmaker.html</A">http://tasteslikechicken.ml.org/windowmaker.html</A</A>> \# /## -==============================================- ###'---'#### - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Samartha wrote:
lrwxrwxrwx 1 root root 24 Aug 1 00:53 libncurses.so.3.0 -> libncurses.so.3.0.980228
-- .###. /#######\## -==============================================- ;##### ;# Mike's WindowMaker ;##### ;# <A HREF="http://tasteslikechicken.ml.org/windowmaker.html"><A HREF="http://tasteslikechicken.ml.org/windowmaker.html</A">http://tasteslikechicken.ml.org/windowmaker.html</A</A>> \# /## -==============================================- ###'---'####
this is the line that's killing you. here's my ncurses: lrwxrwxrwx 1 root root 17 Aug 9 21:13 libncurses.so -> libncurses.so.4.2 lrwxrwxrwx 1 root root 17 Aug 9 21:14 libncurses.so.3 -> libncurses.so.4.2 lrwxrwxrwx 1 root root 17 Aug 9 21:13 libncurses.so.3.0 -> libncurses.so.4.2 lrwxrwxrwx 1 root root 17 Aug 9 21:13 libncurses.so.4 -> libncurses.so.4.2 -rw-r--r-- 1 root root 263733 Aug 9 20:12 libncurses.so.4.2 - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
first, thanks for your help, still haven't gotten it to work - though.
compile the _app_ that wants
don't have source code - Netscape's fasttrack ( cheapy) web server - doubt if they would make this as source available. I linked the libncurses.4.1 symbolically to all levels in question lrwxrwxrwx 1 root root 13 Aug 1 00:59 libncp.so.1 -> libncp.so.1.0 -rwxr-xr-x 1 root root 116335 Mar 4 13:29 libncp.so.1.0 lrwxrwxrwx 1 root root 17 Aug 18 13:24 libncurses.so -> libncurses.so.4.1 lrwxrwxrwx 1 root root 17 Aug 18 13:25 libncurses.so.3 -> libncurses.so.4.1 lrwxrwxrwx 1 root root 17 Aug 18 13:25 libncurses.so.3.0 -> libncurses.so.4.1 -rwxr-xr-x 1 root root 733848 Mar 11 04:24 libncurses.so.3.0.980228 lrwxrwxrwx 1 root root 17 Aug 18 13:26 libncurses.so.3.2 -> libncurses.so.4.1 lrwxrwxrwx 1 root root 17 Aug 18 13:26 libncurses.so.4 -> libncurses.so.4.1 -rw-r--r-- 1 root root 273787 Aug 18 01:25 libncurses.so.4.1 but giving it a different name won't change versions and fool the installer (rpm? or whatever gives that message) - appearently: rpm -i fast* failed dependencies: libncurses.so.3.2 is needed by fasttrack-export-2.0.1-14 I have not seen such links either - yet, crosslinks of library versions across first revision level - I think that may create problems. New versions may have new symbols or symbols missing and old programs may not satisfy the symbols and fail to link. I have seen the *so.1 -> *so.1.3, *.so.2 -> *.so.2.6 *.so.3 -> *.so.3.5 etc. i.e. the main levels without suffix linked agains the latest sub level with previous versions sitting there without having symbolic links to it. This scheme allows one to move back and forth between library and release version. But what I see is that you have a 4.2 version of ncurses - where did you get it? Maybe there is a 3.2 version? I got an old URL for curses 1.9 - but that's it, I don't know where they are hiding the sources nowadays... Anyway, Samartha - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Samartha wrote:
first, thanks for your help, still haven't gotten it to work - though.
compile the _app_ that wants
don't have source code - Netscape's fasttrack ( cheapy) web server - doubt if they would make this as source available.
I linked the libncurses.4.1 symbolically to all levels in question
lrwxrwxrwx 1 root root 13 Aug 1 00:59 libncp.so.1 -> libncp.so.1.0 -rwxr-xr-x 1 root root 116335 Mar 4 13:29 libncp.so.1.0 lrwxrwxrwx 1 root root 17 Aug 18 13:24 libncurses.so -> libncurses.so.4.1 lrwxrwxrwx 1 root root 17 Aug 18 13:25 libncurses.so.3 -> libncurses.so.4.1 lrwxrwxrwx 1 root root 17 Aug 18 13:25 libncurses.so.3.0 -> libncurses.so.4.1 -rwxr-xr-x 1 root root 733848 Mar 11 04:24 libncurses.so.3.0.980228 lrwxrwxrwx 1 root root 17 Aug 18 13:26 libncurses.so.3.2 -> libncurses.so.4.1 lrwxrwxrwx 1 root root 17 Aug 18 13:26 libncurses.so.4 -> libncurses.so.4.1 -rw-r--r-- 1 root root 273787 Aug 18 01:25 libncurses.so.4.1
but giving it a different name won't change versions and fool the installer (rpm? or whatever gives that message) - appearently:
rpm -i fast* failed dependencies: libncurses.so.3.2 is needed by fasttrack-export-2.0.1-14
I have not seen such links either - yet, crosslinks of library versions across first revision level - I think that may create problems. New versions may have new symbols or symbols missing and old programs may not satisfy the symbols and fail to link.
I have seen the *so.1 -> *so.1.3, *.so.2 -> *.so.2.6 *.so.3 -> *.so.3.5 etc. i.e. the main levels without suffix linked agains the latest sub level with previous versions sitting there without having symbolic links to it. This scheme allows one to move back and forth between library and release version.
But what I see is that you have a 4.2 version of ncurses - where did you get it? Maybe there is a 3.2 version?
I got an old URL for curses 1.9 - but that's it, I don't know where they are hiding the sources nowadays...
Anyway,
Samartha
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hi, I steal rpm's from my Caldera cd's all the time. Their rpm packages have different names and the dependencies always seem to fail. I usually try to do an "rpm -i my-caldera-pkg.rpm" and see what dependencies fail. I then check and see to make sure that what it's really looking for is on my system. What I'm saying is, the rpm fails because the SuSE ncurses rpm doesn't have the same name as the Caldera rpm so, _RPM_ barfs. If you know that you have the files you need just do the rpm -i with the --nodeps option. Check the man page on rpm. I've done this many times, it works. Steve - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hi, everyone! When you run a console command multiple times (like tail), only one entry is written to .bash_history file. I looked through /etc/profile and /etc/SuSEconfig/profile and could not find how it is done. I must be looking in a wrong place. I just want to configure my other machines in similar manner Any pointers are appreciated, alexm - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hello,
I was at one time able to run seyon, but now I receive the following errors: can't resolve symbol _IO_stdout_ can't resolve symbol _IO_stdin_ Does anyone have any ideas as to what I might have messed up and how to fix it? Thanks, Dave Alexander - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (7)
-
alexm@hr60.tx.symbio.net
-
Danie.Viljoen@eskom.co.za
-
dwa@microserve.net
-
pwlwcz@ibm.net
-
Samartha@pobox.com
-
samarthal@pobox.com
-
satan3@home.com