Displaying 20 results from an estimated 7000 matches similar to: "[Bug 770] configure --without-rpath is incomplete"
2009 Jul 26
0
LIBS='.. -Wl,-rpath ..' on Linux
Hi.
My system image is built on amd64 using Gentoo catalyst, and my
target is x86. This works really well.
However, OpenSSH configure adds -Wl,-rpath -Wl,/usr/lib to LIBS
during build, which then causes a problem when trying to run sftp.
(sftp has been linked with libedit, and /usr/lib/libedit.so exists
but is a linker script that points to /lib/libedit.so. This linker
script confuses ld.so
2001 Oct 16
2
Solaris 2.5.1 dirname() bug in libgen.a affects OpenSSH2.9.9p2 auth.c
I've discovered a problem with OpenSSH 2.9.9p2 under Solaris 2.5.1 .
In auth.c, secure_filename() walks upwards toward the user's home
directory or the filesystem root, verifying that no directories along
the way are group or world writable.
Solaris 2.5.1's dirname() function has a bug where dirname("/.ssh")
returns an empty string instead of "/".
This causes
2001 Oct 24
1
Config file semantics change intentional?
In 2.3.0, the per-user config file was read before the system-wide
config file, so options set in ~/.ssh/config took precedence over
system-wide defaults. In 2.9.9, the system-wide file seems to be read
first, contrary to the man page (cf. ssh.c ll. 631-632).
It seems to me that the old behaviour made more sense. (I discovered
the change because I could not override a "ForwardX11"
2001 Oct 22
2
configure changes
I finally got around to looking at a bunch of patchs to configure.in, some
of them from back in March. One from Carson Gaspar <carson at taltos.org> looked
promissing at first glance but after many hours I just couldn't get it to
work.
Due to much demand, I have added optional PATH to --with-pcre,
--with-zlib, and --with-tcp-wrappers.
I have done extensive testin on --with-zlib, and
2007 Nov 28
1
autogen.sh fails -> "required file `./config.rpath' not found"
if i run
autogen.sh
on fresh 1.1.beta9 source, it fails @
./autogen.sh
...
100%[====================================>] 154,427 115.09K/s
08:45:56 (114.82 KB/s) - `wiki-export.tar.gz' saved [154427/154427]
configure.in:16: required file `./config.rpath' not found
configure.in:5: installing `./missing'
configure.in:5: installing `./install-sh'
2015 Aug 01
2
config.rpath?
Building flac git head on OS/2 dies when running "sh /usr/bin/autoreconf
--install --force"
...
configure.ac:32: installing './compile'
configure.ac:35: installing './config.guess'
configure.ac:344: error: required file './config.rpath' not found
configure.ac:35: installing './config.sub'
configure.ac:26: installing './install-sh'
configure.ac:26:
2003 Oct 08
3
openssh-3-7-1p2: sftp issue from Cygwin Build
Anyone have any problems with sftp-server on 3.7.1p2? When I sftp to the
server i get this when I do an ls -l:
sftp> ls -l
?-w-rwxrwx 0 1 16832 3 Oct 26 1993
Mike
2015 Dec 26
2
[CMake] Hardcoded rpath?
I'm looking at an issue for Homebrew (OS X package manager) where the compiled libc++ tries to load libc++abi at "@rpath/libc++abi.1.dylib", resulting in a dyld error. The issue can be found at https://github.com/Homebrew/homebrew/issues/47149
From what I can tell, this is a result of lines 561-564 of the CMakeLists.txt in the main LLVM repo:
set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
2012 Aug 05
2
[Bug 2030] New: build of 6.0p1 fails @ "/usr/bin/ld: unrecognized option '-Wl,-rpath,/usr/local/ssl/lib64"
https://bugzilla.mindrot.org/show_bug.cgi?id=2030
Priority: P5
Bug ID: 2030
Assignee: unassigned-bugs at mindrot.org
Summary: build of 6.0p1 fails @ "/usr/bin/ld: unrecognized
option '-Wl,-rpath,/usr/local/ssl/lib64"
Severity: major
Classification: Unclassified
OS: Linux
Reporter:
2008 Oct 20
1
No longer employed by rPath, Inc.
Hello all,
I am sad to say that I am no longer working for rPath, Inc. They have,
of course, been extremely supportive of all my upstream work, including
Syslinux, but have decided that given the economic climate they could no
longer afford to keep me on staff.
It does mean that while I still haven't figured out what to do next, I
am available to do short-term contracts if there is any
2010 Apr 03
1
hivex: Bug: RPATH in Perl SO
Whilst cleaning up the lintian reports in preparation for the
Debian/Ubuntu hivex package one of the issues is:
E: libhivex-perl: binary-or-shlib-defines-rpath
./usr/lib/perl/5.10.1/auto/Win/Hivex/Hivex.so
/tmp/buildd/hivex-1.2.1/perl/../lib/.libs
I've temporarily dealt with this by using chrpath in the build and a
rule to delete the RPATH from "auto/Win/Hivex/Hivex.so".
I wonder
2001 Sep 28
3
OpenSSH (portable) and entropy gathering
On Thu, 27 Sep 2001 20:41:05 EDT, Damien Miller writes:
> On Thu, 27 Sep 2001, Dan Astoorian wrote:
>
> >
> > It would (IMHO) be useful if there were a way to optionally configure
> > that code to fall back to the internal entropy gathering routines in the
> > event that EGD was not available; as it is, the routines simply fail if
> > EGD is unavailable at the
2009 Feb 20
4
openssh-5.1p1 configure failure
Hi
If I try to run configure for openssh-5.1p1 with --wtih-selinux option
it fails giving the error "selinux support requires selinux library"
all of the below also dont work
a) --wtih-selinux
b) --wtih-selinux=path of cross complied library
c) LDFLAGS=-Lpath of cross complied library
if I remove --wtih-selinux option I am able to everything is fine.
How to solve this error?
Thanks
2001 Nov 15
1
X11 cookies and forwarding (fwd)
On Thu, 15 Nov 2001, Dan Astoorian wrote:
> Date: Thu, 15 Nov 2001 16:09:20 -0500
> From: Dan Astoorian <djast at cs.toronto.edu>
> To: Ed Phillips <ed at UDel.Edu>
> Subject: Re: X11 cookies and forwarding
>
> On Thu, 15 Nov 2001 15:46:22 EST, Ed Phillips writes:
> > I'm guess I wasn't following the whole cookies discussion completely
> >
2000 Nov 08
1
openssh-2.3.0p1 bug: vsprintf("%h") is broken
I discovered this in openssh-2.3.0p1; it may affect earlier versions as
well.
Platforms: Solaris 2.5.1 and 8, probably others.
Observed behaviour:
With -v, when attempting to connect to a host which is not
listening on the requested port, I noticed that the port number is
reported as zero in the message:
Secure connection to hostname on port 0 refused.
Apparent cause:
At line
2014 May 30
3
[LLVMdev] [PATCH] Use GCC_INSTALL_PREFIX for rpath if set.
The behavior of automatically detecting libraries installed in the same
prefix feels like magic to me anyway. Perhaps it would be better to have
project-level variables for specifying the path to them individually? The
default value for them could remain as origin/../lib which would keep from
breaking things.
On Thu May 29 2014 at 7:06:17 PM, Chandler Carruth <chandlerc at google.com>
2006 Nov 04
1
Fedora FC6 rpm, howto disable -rpath?
I'd like to contribute xapian to fedora extras. It builds OK, but breaks
one requirement for inclusion. I need to disable rpath. Unfortunately,
I'm not very familiar with the autoconf, automake,... setup, and I can't
seem to find where to disable this. I tried autoreconf, but that didn't
fix it. Can anyone help me?
2008 Aug 02
0
Asterisk Now - rPath virtual appliance
Anyone either playing with it for testlab purposes or deplying in the
field?
http://www.rpath.org/rbuilder/project/asterisk/release?id=5725
Cheers,
Dean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080802/67a64ec4/attachment.htm
2005 Feb 21
2
[LLVMdev] Patch to make gccld link native .so's, -rpath, -soname, and various assorted fixes
Hello,
I have a patch that:
1. Allows gccld to link shared libraries natively..
2. Passes along -rpath and -soname to the native linker...
3. Fixes a bug where the bytecode files were kept around after native
linking...
4. Removes a now unnecessary warning for native linking...
The result is that we are >' '< close to having Qt4 both compile *and* link
with the LLVM toolchain.
2015 Aug 01
3
config.rpath?
On 07/31/15 11:53 PM, Erik de Castro Lopo wrote:
> Dave Yeo wrote:
>
>> >Building flac git head on OS/2 dies when running "sh /usr/bin/autoreconf
>> >--install --force"
> Don't run autoreconf, use autogen.sh in the FLAC git repo which contains:
>
> touch config.rpath
using a port of DASH,
[K:\usr\local\src\flac]sh autogen.sh
function: not