After editing the ld.so.conf did you run ldconfig utiliity again? It parses that file and adds the paths to the system for the linked libraries. It's looking for so.0 is there one there or just mapiproxy.o? You might have to create symlinks of .o.0 pointing to the as that's what ldd is looking for. I noticed in your original config file you posted that the config was looking for inputs on what dcerp functions to build against and I didn't see any is that normal?
Steve
On 8/15/2014 7:53 AM, BlackPenguin ADMIN wrote:
I do have the /usr/local/samba/lib/dcerpc_server/dcesrv_mapiproxy.so file. I also loaded the path /usr/local/samba/lib/dcerpc_server into the ld.so.conf file, still, when I run the ldd /usr/local/samba/lib/dcerpc_server/dcesrv_mapiproxy.so , I get this:

    libmapiproxy.so.0 => not found
    libmapi.so.0 => not found

I also rebuilt from scratch and restarted the system after I put the folder into ld.so.conf. Now what?

On 08/14/2014 08:26 AM, Steve Boley wrote:
Or simply make sure /usr/local/samba/lib/dcerpc_server is added to the ld.so.conf file and then run ldconfig since this sources library locations at a system level. Running ldconfig in the build environment and not making sure the correct library locations were in the ld.so.conf does no good.

Steve

On 8/14/2014 9:15 AM, Julien Kerihuel wrote:
$ ldd /usr/local/samba/lib/dcerpc_server/dcesrv_mapiproxy.so

On 14/08/14 16:12, [email protected] wrote:
In what folder should I run the ldd command? Is there any symbolic
link that needs to be done in order for samba4 to load the mapiproxy?

On 2014-08-14 07:27, Jesús García Sáez wrote:
On Thu, Aug 14, 2014 at 3:03 PM, BlackPenguin ADMIN
<[email protected]> wrote:

OK. Let's grab the bull from the horns.

I do these:

In the samba 4.1.11 folder that was already build and provisioned:

$ ldconfig


===============================================================

Then, in the openchange folder I do:

$ make
$ make install
$ ldconfig


Can you check if you have
/usr/local/samba/lib/dcerpc_server/dcesrv_mapiproxy.so and execute a
ldd to see if there are some missing dependencies?


Links:
------
[1] http://mailman.openchange.org/listinfo/devel
[2] http://www.blackpenguin.org/itservices

_______________________________________________




_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

--
*BlackPenguin ADMIN | IT SERVICES*
[email protected] | http://www.blackpenguin.org/itservices
h. 001.403.266.1513 | c. 001.403.919.5699


_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to