I'm new to magic. Did anyone encounter the same is...
# magic
y
I'm new to magic. Did anyone encounter the same issue as below and knows how to solve? I tried to change the default magic install and launch path on Linux sever with ./configure —prefix=path-to-install before make and make install. But after installing, when I launch magic using command magic &, I still got an error “no match xx.tcl file from the default admin path /usr/local/lib
t
You might also have to set
--libdir=
. I would have thought that that follows
prefix
, but maybe not. . .
y
thanks. It came to be an admin issue in the sever, the --prefix should work well