Hello,
Andreas Enge writes:
> Actually I am wrong, it is CTAN, not Texlive. And CTAN contains rather
> obscure packages, such as the thesis format for this or that university,
> which I suppose are not shipped as part of Texlive.
I believe TeX Live includes all free parts of CTAN. In particular
Dear André,
yours and Pan message suggest you are using guix on a foreign distro.
That would also mean, that the libraries you find in /usr/lib are the
ones from the foreign system. As such, these libraries will have been
compiled+linked with different tools/versions than the ones in guix. I
Hi Sergio,
Sergio Pastor Pérez writes:
> Rutherther writes:
>> what I am asking is how this will be achieved - coverage of same use
>> case. Possibly I am just missing something, so let's take guix system
>> reconfigure as an example. Could you point where I am wrong in my
>> reasoning?
>>
>>
Hello Vagrant,
Am Sun, Mar 23, 2025 at 04:54:15PM -0700 schrieb Vagrant Cascadian:
> Tested on MNT Reform2 with rk3588 module (other variants *might* work too!)
I own an original Reform with the imx8mq module (I think), and the other
day came upon a special offer for an SD card in my local superm
Not sure how to answer to a particular meesage from the digest emals I
am receiving. Hope this finds the right person and thus not upset anyone.
Hi Pan,
you need to set LD_LIBRARY_PATH to your profile library path (and then
load without absolute path in chez). The following works for me:
> g
Pan Xie writes:
> Thanks for your response. Unfortunately, it does not work:
>
>
> `LD_LIBRARY_PATH' is empty in my shell:
>
> $ echo $LD_LIBRARY_PATH
>
>
> scheme can't start up with LD_LIBRARY_PATH set:
>
> $ LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH scheme
> Segmentation fault (core dumped)
>
André A. Gomes writes:
Pan Xie writes:
scheme can't start up with LD_LIBRARY_PATH set:
$ LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH scheme
Segmentation fault (core dumped)
$ LD_LIBRARY_PATH='/usr/lib' scheme
Segmentation fault (core dumped)
The question by Pan has been answered but I have