From owner-freebsd-ports@freebsd.org Wed Jul 25 12:14:40 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A4001049943 for ; Wed, 25 Jul 2018 12:14:40 +0000 (UTC) (envelope-from amitkuma@redhat.com) Received: from mail-pl0-f46.google.com (mail-pl0-f46.google.com [209.85.160.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B4E27B93C for ; Wed, 25 Jul 2018 12:14:40 +0000 (UTC) (envelope-from amitkuma@redhat.com) Received: by mail-pl0-f46.google.com with SMTP id w8-v6so3222312ply.8 for ; Wed, 25 Jul 2018 05:14:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:from:subject:to:references:date :user-agent:mime-version:in-reply-to; bh=xtivjrXGGfOq7XG9vn5zIK+8xNUnuKkycPcR/T6wrK4=; b=LMs9Om1NVofTM+2c7e8Ws4RZAvqGXDEPGNeRaSt5WwJ515zbV0lOIus9+T+ACvyaxN wrEvhSgH128LKgDJ0+MTHl2wzX6k7WbYvvpLJyhcjTDS5b8l0hiJhvnXX8hq9/wDqn1Y IVff/SQzXEshzG7I6NSb5HOuWsHWQcyHdE1SDwuAcRmir3/lWD/SizGZjPm8JKzD1uY8 q1ms4kPmEL7+u5vGb5leBFcV1KPBUdpYw+95TTaVYcK8U6BI8ajhdGyqF37mKjdBSR5j qUZonOoNjq0qm3JDTwineDkfULddsdO1C3jS8PUUPO+mBZ2wYQV8E0Mx16LPUTG+HeeY L5HQ== X-Gm-Message-State: AOUpUlFy12Lba8AG63snwvzH5FBwWY55GhujPoyc9IZvrCj9/4yAOoWu vGtj0nnHhawLpvHf+qfF9W59CBVwRVc= X-Google-Smtp-Source: AAOMgpdnwsEaFtcSvG+cKPqgpx6Q50ahvpoLRLN3NlZw1YgdB9iG8zq8eb9kds4Fnweq4mW63BIDXA== X-Received: by 2002:a17:902:6501:: with SMTP id b1-v6mr6062167plk.31.1532520872761; Wed, 25 Jul 2018 05:14:32 -0700 (PDT) Received: from amitkuma.pnq.csb ([125.16.97.124]) by smtp.gmail.com with ESMTPSA id k26-v6sm38291144pfb.167.2018.07.25.05.14.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Jul 2018 05:14:31 -0700 (PDT) Message-ID: <5b5869a7.1c69fb81.77b43.7eb7@mx.google.com> From: Amit X-Google-Original-From: Amit Subject: Re: libsmbclient broken after update To: freebsd-ports@freebsd.org References: Date: Wed, 25 Jul 2018 17:44:29 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2018 12:14:40 -0000 Hey Ekki, ||Shared object "libsmbregistry-samba4.so" not found, required by "libsamba-passdb.so.0"... means libsmbregistry-samba4 module is not installed on your system. Check which rpm provides the same and install it. Else try building the same shared object from source. Thanks Amit On 07/25/2018 05:35 PM, Ekkehard 'Ekki' Gehm wrote: > Hey again! > > > Am 25.07.2018 um 13:03 schrieb Miroslav Lachman: >> Ekkehard 'Ekki' Gehm wrote on 2018/07/25 11:05: >>> Hey everybody, >>> >>> I do have an annoying issue here. I am not sure if I am just to stupit >>> for that. In that case just give me a heads up ;-) >>> >>> After updating, it seems the smbclient is broken.... >>> >>> >>> Situation: >>> >>> FreeBSD 11.1-RELEASE >>> >>> php72-7.2.8 >>> >>> php72-pecl-smbclient-0.9.0_3 >>> >>> nextcloud-php72-13.0.4 >>> >>> samba48-4.8.2_1 >>> >>> Problem: >>> >>> # su -m www -c "php ./occ status" >>> PHP Warning: PHP Startup: Unable to load dynamic library 'smbclient.so' >>> (tried: /usr/local/lib/php/20170718-zts/smbclient.so (Shared object >>> "libsmbregistry-samba4.so" not found, required by "libsmbclient.so.0"), >>> /usr/local/lib/php/20170718-zts/smbclient.so.so (Cannot open >>> "/usr/local/lib/php/20170718-zts/smbclient.so.so")) in Unknown on line 0 >>> The process control (PCNTL) extensions are required in case you want to >>> interrupt long running commands - see >>> http://php.net/manual/en/book.pcntl.php >>> - installed: true >>> - version: 13.0.4.0 >>> - versionstring: 13.0.4 >>> - edition: >> Can you find libsmbregistry-samba4.so somewhere in your system? >> Did you install packages from official FreeBSD repo or did you built >> them on your machine? >> >> It seems that you need Samba built with some proper options. I have >> Samba installed but I don't have libsmbregistry-samba4.so in my system. >> >> Miroslav Lachman > Apropos. It's build with default options. But running "smbd -b" returns: > Shared object "libsmbregistry-samba4.so" not found, required by > "libsamba-passdb.so.0" > > > > Ekki Gehm > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Thanks Amit Kumar !!If you stumble, get back up. What happened yesterday, no longer matters. Today is another day to move closer to your GOAL!!