download shared library ".so" file "liblass" from where ?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
download shared library ".so" file "liblass" from where ?
OK, first post.
CentOS-6.8, university setting and don't have root.
--> I'm getting missing "liblass-1-7-0.so.0" error.
And I want to download and install "liblass-1-7-0.so.0" into my
personal "LD_LIBRARY_PATH" directory, in order to continue working,
while I wait for Linux support to do a proper install.
So I search "Available Repositories for CentOS" for
"liblass",(at wiki.centos.org) and don't find anything like liblass.
My guess, "liblass" is part of some larger collection of .so files
that I can't figure out.
Is this correct ? (if yes, how would I determine this ?)
If it is part of a larger set of library files, can I download this
larger set, and gcc on our CentOS-6.8, and then put the compiled
"liblass-1-7-0.so.0" into my "LD_LIBRARY_PATH" directory ?
Do I have to gcc everything ? Can I just gcc the source for liblass ?
And where do I find the source for "liblass-1-7-0" ?
Or if there are precompiled binaries, that would be better.
I don't know CentOS - hopefully someone will be along soon who does - but do you mean libLAS (without the second 's'), the C/C++ library for LAS LiDAR data?
OK, first post.
CentOS-6.8, university setting and don't have root.
--> I'm getting missing "liblass-1-7-0.so.0" error.
And I want to download and install "liblass-1-7-0.so.0" into my personal "LD_LIBRARY_PATH" directory, in order to continue working, while I wait for Linux support to do a proper install.
So I search "Available Repositories for CentOS" for "liblass",(at wiki.centos.org) and don't find anything like liblass. My guess, "liblass" is part of some larger collection of .so files that I can't figure out. Is this correct ? (if yes, how would I determine this ?)
If it is part of a larger set of library files, can I download this larger set, and gcc on our CentOS-6.8, and then put the compiled "liblass-1-7-0.so.0" into my "LD_LIBRARY_PATH" directory ? Do I have to gcc everything ? Can I just gcc the source for liblass ? And where do I find the source for "liblass-1-7-0" ? Or if there are precompiled binaries, that would be better.
You could do "yum provides liblass-1-7-0.so.0", and it will tell you what package contains it. However, I bolded a part of your post above; without root, you cannot do any meaningful installation, and may not even be able to use yum. That said, putting the missing file name into Google tells us that it's part of libLAS. You can download that from the CentOS mirrors (just find the package), but even then, you're not going to be able to do much. Putting libraries in your home directory isn't a good thing..and it's not just ONE file that's missing.
You don't say anything about what you're doing that requires this package, but it is HIGHLY LIKELY that if you get that one dependency resolved, another will pop up.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.