From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7335 Path: news.gmane.org!not-for-mail From: John Mudd Newsgroups: gmane.linux.lib.musl.general Subject: musl ldd? Date: Fri, 3 Apr 2015 10:16:32 -0400 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1141bc5a91c5ed0512d2995a X-Trace: ger.gmane.org 1428070632 29203 80.91.229.3 (3 Apr 2015 14:17:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Apr 2015 14:17:12 +0000 (UTC) To: musl Original-X-From: musl-return-7348-gllmg-musl=m.gmane.org@lists.openwall.com Fri Apr 03 16:17:12 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Ye2PH-00027Y-Jq for gllmg-musl@m.gmane.org; Fri, 03 Apr 2015 16:17:11 +0200 Original-Received: (qmail 11609 invoked by uid 550); 3 Apr 2015 14:17:09 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 11569 invoked from network); 3 Apr 2015 14:17:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=qx3qvk9IGK7oNJ6wqLm2d1b5qtxTmSCJcIl6+C2pstw=; b=gkGPWLS/+rYYelH7gx3T0kq5TgK2CRM+ZkeS1nN+b4Ya2TK5Y+h4kgEMvzvyQiDD2j 87XYb+Wtp9vU1RdwpxiiMgiWPhkbK+TcoU49NcOO5HiHBa1BjYqdxJ6eZmvjnqRsgHiJ Eueo43U5kYDHxj2MeTqDhd+BYRzYPAT7qlxwOkiqIo35kadYUgRYLiqNAy5H2KY/AuBr r8gypWCYqvT3j5opNDDHHqbBg/FtVAOMkgu4t/NG3dZudPndDp4Jcv4ANIFGX97hJk1U sC2JYyfX9ioP2P8an1CgRvvAZqM2yw+FkFzXhRLZpwpxMVpxYVRvJKJ+oVn0ixMGToPS zriA== X-Received: by 10.107.165.68 with SMTP id o65mr4158044ioe.56.1428070612449; Fri, 03 Apr 2015 07:16:52 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:7335 Archived-At: --001a1141bc5a91c5ed0512d2995a Content-Type: text/plain; charset=ISO-8859-1 Is there a substitute for 'ldd' command to list shared library dependencies for musl compiled executables? $ ldd postgresql-*.install/bin/postgres postgresql-9.4.1.install/bin/postgres: error while loading shared libraries: /usr/lib/i386-linux-gnu/libc.so: invalid ELF header $ John --001a1141bc5a91c5ed0512d2995a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Is there a substitute for 'ldd' command to li= st shared library dependencies for musl compiled executables?
$ ldd postgresql-*.install/bin/postgres
postgresql-9.= 4.1.install/bin/postgres: error while loading shared libraries: /usr/lib/i3= 86-linux-gnu/libc.so: invalid ELF header
$

John
--001a1141bc5a91c5ed0512d2995a--