Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: in ld.so.conf add: include /etc/ld.so.conf.d/*.conf #1785

Closed
wants to merge 1 commit into from

Conversation

s243a
Copy link
Contributor

@s243a s243a commented Mar 12, 2020

This line is typically added to ld.so.conf in debian distributions. WIthout this line Arch32Pup cannot find the firefox libs because there is no post install script in the firefox package to symbolically link the somewhere in the library search path (i.e. LD_LIBRARY_PATH).

See:
http://murga-linux.com/puppy/viewtopic.php?p=1052454#1052454

@s243a
Copy link
Contributor Author

s243a commented Mar 15, 2020

I'm also discussing this issue here:
https://github.com/techrockedge/archpup32/issues/2

In the above link I note that I should also edit /woof-code/3builddistro#L560, so until I make that change I will prefix this title with "WIP" for Work in Progress. The actual ld.so.conf in rootfs-skeleton, probably doesn't do anything but it is worth having it match as close as possible to the final output incase people reuse the rootfs-skeleton for other purposes (e.g. woof-next...now zwn branch)

@s243a s243a changed the title in ld.so.conf add: include /etc/ld.so.conf.d/*.conf WIP: in ld.so.conf add: include /etc/ld.so.conf.d/*.conf Mar 15, 2020
@01micko
Copy link
Contributor

01micko commented Mar 15, 2020

When this PR is no longer WIP please change the title and I should get a notification.

@rizalmart
Copy link
Contributor

rizalmart commented Dec 2, 2020

This line is typically added to ld.so.conf in debian distributions. WIthout this line Arch32Pup cannot find the firefox libs because there is no post install script in the firefox package to symbolically link the somewhere in the library search path (i.e. LD_LIBRARY_PATH).

See:
http://murga-linux.com/puppy/viewtopic.php?p=1052454#1052454

About your config suggestion
I made a pull requests about *.conf files in /etc/ld.so.conf.d on petget and sfs_load
in order to recognize conf files in /etc/ld.so.conf.d folder ldconfig must be run to update the ld.so.cache file

@01micko 01micko closed this Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants