ashinn / chibi-scheme

Official chibi-scheme repository
Other
1.2k stars 142 forks source link

Installing without sudo on Ubuntu 22.04 #979

Closed gambiteer closed 2 months ago

gambiteer commented 2 months ago

I changed the ownership of the install directly /usr/local/chibi/ to my personal account so I didn't need sudo to make install and I see during make PREFIX=/usr/local/chibi/ install:

...
install -m0644 doc/chibi-doc.1 /usr/local/chibi//share/man/man1/
if type ldconfig >/dev/null 2>/dev/null; then ldconfig; fi
/sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
make: [Makefile:413: install-base] Error 1 (ignored)
echo "Generating images"
Generating images
...

I didn't notice any problems running chibi-scheme, but can make install be changed to eliminate this "error"?