Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure.ac - instructions for install should be modified for ldconfig #1212

Closed
Shreeshrii opened this issue Nov 17, 2017 · 1 comment
Closed

Comments

@Shreeshrii
Copy link
Collaborator

Shreeshrii commented Nov 17, 2017

running configure ends with the following messages.

Configuration is done.
You can now build and install tesseract by running:

$ make
$ sudo make install

Training tools can be built and installed with:

$ make training
$ sudo make training-install

I suggest that https://github.com/tesseract-ocr/tesseract/blob/master/configure.ac be modified to add instructions to run ldconfig
similar to as given in instructions in
https://github.com/tesseract-ocr/tesseract/wiki/Compiling-%E2%80%93-GitInstallation

@Shreeshrii
Copy link
Collaborator Author

@stweil Please add sudo ldconfig as part of the suggested install instructions from configure.ac. Thanks.

@zdenop zdenop closed this as completed in d937266 Sep 29, 2018
zdenop added a commit that referenced this issue Oct 9, 2018
* 'master' of https://github.com/tesseract-ocr/tesseract:
  Fix CID 1164579 (Explicit null dereferenced)
  print help for tesstrain.sh; fixes #1469
  Fix CID 1395882 (Uninitialized scalar variable)
  Fix comments
  Move content of ipoints.h to points.h and remove ipoints.h
  remove duplicate help from combine_lang_model
  Fix typo.
  use tprintf instead of printf to be able disable messages by quiet option (issue #1240)
  add "sudo ldconfig" to install instruction. fixes #1212
  unittest: Replace NULL by nullptr
  unittest: Format code
  tesseract app: check if input file exists; fixes #1023
  Format code (replace ( xxx ) by (xxx))
  Simplify boolean expressions
  Win32: use the ISO C and C++ conformant name "_putenv" instead of deprecated "putenv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant