Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mac error cannot find ghostscript lobraries

For Mac user find the version of the libgs.x.xx.dylib in your /usr/local/lib/ or /opt/homebrew/Cellar/ghostscript/x.xx.x/lib directory.

Then run this command,

ln -s /usr/local/lib/libgs.x.xx.dylib /usr/local/lib/libgs.so

echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/' >> ~/.zshrc
Replace .zshrc with your shell script type.

[replace x.xx with the version in your directory]
Comment

PREVIOUS NEXT
Code Example
Shell :: Screen casting to smart screen (DLNA) from ubuntu 
Shell :: 8081 already in use 
Shell :: step2 pgadmin ubuntu 20.04 
Shell :: embedded video doesnt play on gitjub pages 
Shell :: brew moving from arm to intel 
Shell :: Delete fist line in a file 
Shell :: print every line that contains a pattern 
Shell :: Bash commands execution logging for debugging 
Shell :: pip increase timeout duration 
Shell :: gatsby typescript 
Shell :: kubectl run ubuntu 
Shell :: "grep -a" example 
Shell :: ufw rules 
Shell :: git stash only untracked files 
Shell :: GUI for mac home dir 
Shell :: shell less bin 
Shell :: git list last marge 
Shell :: bash read file and output 
Shell :: linux audio auto mute issue 
Shell :: Filtering Listing Output 
Shell :: How to get packages with very_good_cli in flutter 
Shell :: locobucci installation 
Shell :: ex: push a new local repository to github 
Shell :: ros2 galactic build from source 
Shell :: network error when calling api 
Shell :: check file ending/extension bash 
Shell :: save vscode account details linux 
Shell :: command to delay the prompt for a specified time 
Shell :: view ip rules linux 
Shell :: how to install pm2 in obunto without npm 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =