php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7036 Patch for ltconfig
Submitted: 2000-10-05 05:25 UTC Modified: 2000-12-28 05:29 UTC
From: swenson at heronetwork dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0 Latest CVS (05/10/2000) OS: OpenBSD and SuSE
Private report: No CVE-ID: None
 [2000-10-05 05:25 UTC] swenson at heronetwork dot com
Just got latest CVS tarball installed on my two servers. I do not know if you have this patch from the OpenBSD group or not. I can not find a related bug. So I am letting you know that it was needed.

--- ltconfig.orig       Wed Jun 28 18:37:22 2000
+++ ltconfig    Tue Aug  8 23:39:23 2000
@@ -2028,6 +2028,7 @@ openbsd*)
   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
+  deplibs_check_method='pass_all'
   ;;

 os2*)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-27 06:13 UTC] sniper@php.net
Could you please check whether this is still needed
with latest CVS ?? 

And what exactly this patch should fix?

--Jani
 [2000-12-28 05:29 UTC] derick@php.net
User reported that the update ltconfig is part of the new php distribution.
So closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 10:01:31 2024 UTC