TeX Live and MacTeX ⇒ Tex Live files/binaries missing for i386-linux
Tex Live files/binaries missing for i386-linux
I get no errors during the install, and I did a full-schema install. I noticed that these commands appear to have a zero file size in many of the bin directories. I have spent many hours with Google and no one else seems to have this problem. I am not sure what I am missing.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Tex Live files/binaries missing for i386-linux
Could you explain what you mean when you say "they do absolutely nothing"? Suppose you run it from a terminal. Does it report an error such as
pdflatex: command not found
Or does it just sit there? Or does another command prompt show up with nothing in between?
Personally I've never installed TeXlive from the DVD. I've always either installed the prepackaged version for my linux distribution (--you didn't mention which yours was--), or else, installed TeXlive from the online installer script. That has an install option to add symlinks into your path for the executables, and if you choose that, you don't need to add anything (else) to your path. I'd be surprised if the DVD installer didn't have that too.
These shouldn't be scripts, anyway. pdflatex just calls pdftex, and pdftex is a full on binary.
Re: Tex Live scripts missing for i386-linux
I at first tried the install script for texlive, however unfortunately the system is behind a firewall which doesn't allow it to connect (which is why I downloaded the .iso file). The linux distro is redhat 5, but texlive wasn't installed on our network, so I am trying to install to my home directory to see how it works and then have the IT people install it on the network. I figured this might be a problem, but since the documentation just says to install it on /usr/local I didn't think that my home directory would be any different. So what I did is download the iso.xz, decompress it to an iso, then use the Archive Manager in linux to extract it to a directory path (since I am not root to mount it). Then I ran the install script.
The iso install did give the option for the sym links, but it said that that just made three sym links to the bin, man, and info directories and was the same as changing the PATH, MANPATH, and INFOPATH environment variables.
As a test, I went and found the latexmk perl script (in texmf-dist/scripts/latexmk/latexmk.pl) and ran it directly (It was one of the files in the bin that had nothing in it). I ran it in perl and it seemed to work until it got to pdflatex, in which case it just returned to the prompt.
There is a binary for pdftex, I guess I could just use that for now. I just assumed that the installer would do something with those files and make sure that they pointed to the correct place.
Re: Tex Live files/binaries missing for i386-linux
Re: Tex Live files/binaries missing for i386-linux
