Giter Club home page Giter Club logo

Comments (3)

neverrend avatar neverrend commented on August 18, 2024 1
#!/usr/env/bash                                        
                                                       
# Install dependencies                                 
yum install -y libcurl \                               
                jansson \                              
                libuuid \                              
                openssl                                
                                                       
# Adds lib paths to ldconfig                           
echo "/usr/local/lib" > /etc/ld.so.conf.d/local.conf   
echo "/usr/local/lib64" >> /etc/ld.so.conf.d/local.conf
                                                       
# Unpacks compiled objects                             
tar xf internal_pam-nss_package.tar.gz                 
                                                       
# Copy unpacked folders into their proper homes        
cp lib64/libnss_aad.so.2 /lib64/                       
cp -f etc/*.conf /etc                                  
cp etc/profile.d/* /etc/profile.d/                     
cp -f etc/ssh/* /etc/ssh/                              
cp lib64/libnss_aad.so.2 /lib64/                       
cp lib64/security/* /lib64/security/                   
cp usr/local/lib/* /usr/local/lib/                     
cp usr/local/lib64/* /usr/local/lib64/                 
                                                       
ldconfig                                               

from libnss_aad.

neverrend avatar neverrend commented on August 18, 2024
ldconfig: /usr/local/lib/libsodium.so.23 is not a symbolic link
ldconfig: /usr/local/lib/libjwt.so.0 is not a symbolic link
ldconfig: /usr/local/lib64/libcjson.so.1 is not a symbolic link

from libnss_aad.

neverrend avatar neverrend commented on August 18, 2024
bash-4.2# ls -la /usr/local/lib
total 5572
drwxr-xr-x 1 root root    4096 Apr 18 20:20 .
drwxr-xr-x 1 root root    4096 Apr  9 19:57 ..
-rw-r--r-- 1 root root  132950 Apr 18 20:17 libjwt.a
-rwxr-xr-x 1 root root     935 Apr 18 20:17 libjwt.la
lrwxrwxrwx 1 root root      15 Apr 18 20:17 libjwt.so -> libjwt.so.0.5.1
lrwxrwxrwx 1 root root      15 Apr 18 20:17 libjwt.so.0 -> libjwt.so.0.5.1
-rwxr-xr-x 1 root root   95608 Apr 18 20:17 libjwt.so.0.5.1
lrwxrwxrwx 1 root root      30 Apr 18 20:18 libsds.so -> /usr/local/lib/libsds.so.2.0.0
lrwxrwxrwx 1 root root      30 Apr 18 20:18 libsds.so.2 -> /usr/local/lib/libsds.so.2.0.0
-rwxr-xr-x 1 root root   26688 Apr 18 20:18 libsds.so.2.0.0
-rw-r--r-- 1 root root 3333696 Apr 18 20:20 libsodium.a
-rwxr-xr-x 1 root root     944 Apr 18 20:20 libsodium.la
lrwxrwxrwx 1 root root      19 Apr 18 20:20 libsodium.so -> libsodium.so.23.2.0
lrwxrwxrwx 1 root root      19 Apr 18 20:20 libsodium.so.23 -> libsodium.so.23.2.0
-rwxr-xr-x 1 root root 2088800 Apr 18 20:20 libsodium.so.23.2.0
drwxr-xr-x 1 root root    4096 Apr 18 20:20 pkgconfig

from libnss_aad.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.