LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-29-2006, 12:16 PM   #1
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
tightvnc and -current


I think I've run into an incompatabilty with tightvnc and -current.

When I try to configure, I get this:
Code:
vnc_unixsrc/Xvnc# ./configure
-bash: ./configure: /bin/sh: bad interpreter: Permission denied
Any ideas?

I'm thinking bash or sh or whatever is using a version that is incompatible with the configure for Xvnc.

Any ideas for workarounds? Or a vnc server that will work?

Running -current , fresh, installed last week from latest changelog at that time.

EDIT:Heres the result of 'bash --version'
Code:
vnc_unixsrc/Xvnc# bash --version
GNU bash, version 3.1.17(2)-release (i486-slackware-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.

Last edited by cwwilson721; 07-29-2006 at 12:21 PM.
 
Old 07-29-2006, 01:57 PM   #2
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Sorry I can't help with the compilation problem. But I do use the tightvnc-1.2.9-i486-2kjz.tgz package from http://www.linuxpackages.net/pkg_details.php?id=7626 on a Slackware -current box at work and don't have any problems.
 
Old 07-29-2006, 02:27 PM   #3
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
The package does work, thank you...It's a good stopgap measure.

But the original question remains:
Is tightvnc and -current not compatible (to compile/configure)?

Reason why is that a prepackaged .tgz is fine, but I prefer my own packages. Just a thing with me. That way I know that what I have will work perfect and specifically on my system(s)...
 
Old 07-29-2006, 03:17 PM   #4
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Yep, I prefer my own also, but never took the time with this one. I tried it just now and it bailed with a similar error:
Code:
~/tmp/vnc_unixsrc/Xvnc$ ./configure
mv -f Makefile Makefile.bak
imake -I../..//config/cf -DTOPDIR=../../ -DCURDIR=.
sh: /tmp/imakeZhRdZi: Permission denied
/usr/X11R6/bin/xmkmf: line 57: 15108 Aborted                 imake $imake_defines $args
make: *** No targets.  Stop.
mv -f Makefile Makefile.bak
imake -I.//config/cf -DTOPDIR=./ -DCURDIR=.
sh: /tmp/imakeduGHtp: Permission denied
/usr/X11R6/bin/xmkmf: line 57: 15118 Aborted                 imake $imake_defines $args
My /tmp file system is mounted noexec so the script couldn't get permission to run. Is your file system mounted noexec also?
 
Old 07-29-2006, 03:30 PM   #5
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
No. Actually, on this system, due to diminutive hdd size, the only other partition I have besides swap and / is /root

I have even tried as root to do this, and no joy.

Any other ideas? (Good one, though)
 
Old 07-29-2006, 03:45 PM   #6
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Just tried on a different date -current, and ./configure worked, but during make had other errors...(Sorry, couldn't get them so I could post them...)

I think I'll just wait until 11 actually comes out, and see if a updated tightvnc comes out, then try again. At least the package works...
 
Old 07-29-2006, 03:56 PM   #7
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
I just tried it on another box - configure runs properly but make died for me as well. It had a bunch of repeated errors (structure has no member named `fds_bits'), then it had Error 1 in WaitFor.o, Error 2 in os and Error 2 in all.

The docs in the sources weren't much help and neither was the tightvnc homepage. Not a good thing to see here on a Sunday morning

Sorry about that...
 
Old 07-29-2006, 04:00 PM   #8
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Not your fault (unless you wrote it....If that's the case, then you're a ?><^&(#$%#....lol)

Really, just a quirk I found, and was wondering if others found/fixed it..

I would have to assume not.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM
Can TightVNC do that? Swift&Smart Slackware 17 01-21-2006 04:49 AM
TightVNC enzominator Linux - Newbie 6 08-25-2004 01:25 PM
Help with TightVNC McKnight Linux - Newbie 6 06-25-2004 01:30 PM
current Slack-Current giving troubles? r_jensen11 Slackware 5 02-02-2004 05:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration