[zeromq-dev] Cannot find libzqm.so file
Bruno D. Rodrigues
bruno.rodrigues at litux.org
Mon Oct 28 18:23:25 CET 2013
Wth? This is standard configure like millions of other packages. Just run
with --help. Or in this case you'd need ./configure --prefix=/tmp/foo. But
it's irrelevant because as already said the compiled files are on the
sources, src/.libs as standard.
--
Bruno Rodrigues
Sent from my iPhone
No dia 28/10/2013, às 16:59, Nikola <nikola1010 at gmail.com> escreveu:
Thanks, that was the thing I was looking for.
On Mon, Oct 28, 2013 at 2:14 PM, AJ Lewis <aj.lewis at quantum.com> wrote:
> You can always do 'DESTDIR=some_random_dir make install', which will
> install
> it in ${DESTDIR}/usr/local (unless you adjust things during ./configure).
> This prevents you from having to install it in a system directory for
> purposes of building dependent code - this is what is done for packaging
> for
> .debs and .rpms too.
>
> - AJ
>
> On Sun, Oct 27, 2013 at 07:57:34PM +0100, Nikola wrote:
> > Point taken.
> >
> >
> > On Sun, Oct 27, 2013 at 7:45 PM, Michel Pelletier <
> > pelletier.michel at gmail.com> wrote:
> >
> > > -L takes a directory, not a file.
> > >
> > > So far all your problems "making it so hard to work" seem to be between
> > > the keyboard and you.
> > >
> > > -Michel
> > >
> > >
> > > On Sun, Oct 27, 2013 at 11:39 AM, Nikola <nikola1010 at gmail.com> wrote:
> > >
> > >> I've taken line of least resistance and made make install.
> > >> Lib was installed in /usr/local/include and /usr/local/lib.
> > >> Just to verify it works I tried following,
> > >> http://pastebin.com/FngR6jha
> > >> of course, there was problem.
> > >> Now zmq is reporting missing some references.
> > >> Why this lib is just making it so hard to work.
> > >>
> > >>
> > >>
> > >>
> > >> On Sun, Oct 27, 2013 at 6:30 PM, Apostolis Xekoukoulotakis <
> > >> xekoukou at gmail.com> wrote:
> > >>
> > >>> I used this command to find where they are.
> > >>>
> > >>> find -name *.so
> > >>>
> > >>> Check src/.libs/
> > >>>
> > >>>
> > >>>
> > >>> 2013/10/27 Nikola <nikola1010 at gmail.com>
> > >>>
> > >>>> Ubuntu instalation has zmq 2.1.11-1ubuntu1available and files
> > >>>> in /usr/lib/libzmq.so and /usr/lib/libzmq.a.
> > >>>>
> > >>>> We cannot depend on older version of zmq in installations and lib
> has
> > >>>> to be provided
> > >>>> with final app.
> > >>>>
> > >>>> Makefile doesn't contains any .so or .a and looks rather cryptic.
> > >>>>
> > >>>> Shouldn't make generate those files in the end of build proces?
> > >>>>
> > >>>>
> > >>>> On Sun, Oct 27, 2013 at 6:09 PM, Nikola <nikola1010 at gmail.com>
> wrote:
> > >>>>
> > >>>>> I don't want to make install just want to get so files an
> distribute
> > >>>>> them with final program.
> > >>>>> Isn't src folder supposed to hold final so files?
> > >>>>>
> > >>>>>
> > >>>>> On Sun, Oct 27, 2013 at 4:32 PM, Andrew Hume <
> andrew at research.att.com>wrote:
> > >>>>>
> > >>>>>> we also had to fuss with ldconfig
> > >>>>>>
> > >>>>>> On Oct 27, 2013, at 7:13 AM, Shane Hubred wrote:
> > >>>>>>
> > >>>>>> Check the install file but if you do a 'make install' it will put
> > >>>>>> them in /usr/local I believe.
> > >>>>>> On Oct 27, 2013 8:37 AM, "Nikola" <nikola1010 at gmail.com> wrote:
> > >>>>>>
> > >>>>>>> Hi all,
> > >>>>>>>
> > >>>>>>> I am trying to build zeromq-3.2.4 on Ubuntu 12.04
> > >>>>>>>
> > >>>>>>> configure
> > >>>>>>> make
> > >>>>>>>
> > >>>>>>> and after that (no error reported) there are no so files
> (libzqm.so).
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> Any help would be appreciated .
> > >>>>>>> Nikola.
> > >>>>>>>
> > >>>>>>> _______________________________________________
> > >>>>>>> zeromq-dev mailing list
> > >>>>>>> zeromq-dev at lists.zeromq.org
> > >>>>>>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >>>>>>>
> > >>>>>>>
> > >>>>>>
> > >>>>>> Email secured by Check Point
> > >>>>>>
> > >>>>>> _______________________________________________
> > >>>>>> zeromq-dev mailing list
> > >>>>>> zeromq-dev at lists.zeromq.org
> > >>>>>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>> -----------------------
> > >>>>>> Andrew Hume
> > >>>>>> 949-707-1964 (VO and best)
> > >>>>>> 732-420-0907 (NJ)
> > >>>>>> andrew at research.att.com
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>> _______________________________________________
> > >>>>>> zeromq-dev mailing list
> > >>>>>> zeromq-dev at lists.zeromq.org
> > >>>>>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >>>>>>
> > >>>>>>
> > >>>>>
> > >>>>>
> > >>>>> --
> > >>>>> God is Real, unless declared Integer.
> > >>>>> J. Allan Toogood, FORTRAN programmer
> > >>>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> --
> > >>>> God is Real, unless declared Integer.
> > >>>> J. Allan Toogood, FORTRAN programmer
> > >>>>
> > >>>> _______________________________________________
> > >>>> zeromq-dev mailing list
> > >>>> zeromq-dev at lists.zeromq.org
> > >>>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >>>>
> > >>>>
> > >>>
> > >>>
> > >>> --
> > >>>
> > >>>
> > >>>
> > >>>
> > >>> Sincerely yours,
> > >>>
> > >>> Apostolis Xekoukoulotakis
> > >>>
> > >>>
> > >>> _______________________________________________
> > >>> zeromq-dev mailing list
> > >>> zeromq-dev at lists.zeromq.org
> > >>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >>>
> > >>>
> > >>
> > >>
> > >> --
> > >> God is Real, unless declared Integer.
> > >> J. Allan Toogood, FORTRAN programmer
> > >>
> > >> _______________________________________________
> > >> zeromq-dev mailing list
> > >> zeromq-dev at lists.zeromq.org
> > >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >>
> > >>
> > >
> > > _______________________________________________
> > > zeromq-dev mailing list
> > > zeromq-dev at lists.zeromq.org
> > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >
> > >
> >
> >
> > --
> > God is Real, unless declared Integer.
> > J. Allan Toogood, FORTRAN programmer
>
> > _______________________________________________
> > zeromq-dev mailing list
> > zeromq-dev at lists.zeromq.org
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
> --
> AJ Lewis
> Software Engineer
> Quantum Corporation
>
> Work: 651 688-4346
> email: aj.lewis at quantum.com
>
> ----------------------------------------------------------------------
> The information contained in this transmission may be confidential. Any
> disclosure, copying, or further distribution of confidential information is
> not permitted unless such privilege is explicitly granted in writing by
> Quantum. Quantum reserves the right to have electronic communications,
> including email and attachments, sent across its networks filtered through
> anti virus and spam software programs and retain such messages in order to
> comply with applicable data security and retention requirements. Quantum is
> not responsible for the proper and complete transmission of the substance
> of this communication or for any delay in its receipt.
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
--
God is Real, unless declared Integer.
J. Allan Toogood, FORTRAN programmer
_______________________________________________
zeromq-dev mailing list
zeromq-dev at lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20131028/3451b274/attachment.htm>
More information about the zeromq-dev
mailing list